mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 09:08:47 +02:00
added support for systemd
This commit is contained in:
parent
21a9aa3e32
commit
1995921680
7 changed files with 113 additions and 18 deletions
9
init.scripts/systemd/snapserver.service
Normal file
9
init.scripts/systemd/snapserver.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Snapserver
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/snapserver
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue