mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-09 19:52:16 +00:00
12 lines
199 B
SYSTEMD
12 lines
199 B
SYSTEMD
|
[Unit]
|
||
|
Description=Supysonic Daemon
|
||
|
|
||
|
[Service]
|
||
|
User=supysonic
|
||
|
Group=supysonic
|
||
|
WorkingDirectory=/home/supysonic
|
||
|
ExecStart=/usr/bin/env python -m supysonic.daemon
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|