mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
fixed systemd service file
This commit is contained in:
parent
b4701fb0fe
commit
caba850bec
3 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Snapcast client
|
||||
After=network.target
|
||||
EnvironmentFile=-/etc/default/snapclient
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/snapclient
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/snapclient $SNAPCLIENT_OPTS
|
||||
PIDFile=/var/run/snapclient.pid
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
*Todo:
|
||||
-Server ping client
|
||||
-Server: OnResync while terminating?!?
|
||||
-Clean up build process for Android
|
||||
-Add more defines for ALSA, OpenSL, Vorbis, Avahi, ...
|
||||
-Clean up messages and serialization
|
||||
|
||||
|
||||
*g++ 4.8 installation:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Snapcast server
|
||||
After=network.target
|
||||
EnvironmentFile=-/etc/default/snapserver
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/snapserver
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/snapserver $SNAPSERVER_OPTS
|
||||
PIDFile=/var/run/snapserver.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue