mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 22:06:57 +00:00
21 lines
383 B
Desktop File
21 lines
383 B
Desktop File
[Unit]
|
|
Description=Olric Cache Server
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=HOME={{.HomeDir}}
|
|
Environment=OLRIC_SERVER_CONFIG={{.ConfigPath}}
|
|
ExecStart=/usr/local/bin/olric-server
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=olric
|
|
|
|
PrivateTmp=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|