mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-23 05:17:18 +00:00
11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
|
[Unit]
|
||
|
Description=ympd server daemon
|
||
|
Requires=network.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/ympd
|
||
|
Type=simple
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|