mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-26 14:57:17 +00:00
Merge pull request #4 from phmongeau/systemd_service
Add systemd service file
This commit is contained in:
commit
392cf1eb32
10
contrib/ympd.service
Normal file
10
contrib/ympd.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=ympd server daemon
|
||||
Requires=network.target local-fs.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/ympd
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user