mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
13 lines
202 B
Desktop File
13 lines
202 B
Desktop File
[Unit]
|
|
Description=Glider Service (%i)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
Restart=always
|
|
ExecStart=/usr/bin/glider -config /etc/glider/%i.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|