mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-02 11:46:34 +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]
|
[Unit]
|
||||||
Description=Snapcast client
|
Description=Snapcast client
|
||||||
After=network.target
|
After=network.target
|
||||||
EnvironmentFile=-/etc/default/snapclient
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
EnvironmentFile=-/etc/default/snapclient
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/snapclient $SNAPCLIENT_OPTS
|
ExecStart=/usr/sbin/snapclient $SNAPCLIENT_OPTS
|
||||||
PIDFile=/var/run/snapclient.pid
|
PIDFile=/var/run/snapclient.pid
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
*Todo:
|
*Todo:
|
||||||
-Server ping client
|
-Server ping client
|
||||||
-Server: OnResync while terminating?!?
|
-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:
|
*g++ 4.8 installation:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Snapcast server
|
Description=Snapcast server
|
||||||
After=network.target
|
After=network.target
|
||||||
EnvironmentFile=-/etc/default/snapserver
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
EnvironmentFile=-/etc/default/snapserver
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=/usr/sbin/snapserver $SNAPSERVER_OPTS
|
ExecStart=/usr/sbin/snapserver $SNAPSERVER_OPTS
|
||||||
PIDFile=/var/run/snapserver.pid
|
PIDFile=/var/run/snapserver.pid
|
||||||
|
|
Loading…
Add table
Reference in a new issue