In ezstream.service added missing -c flag in ExecStart.
This commit is contained in:
parent
d2df4b1bf7
commit
c760b5ce99
@ -8,7 +8,7 @@ Type=simple
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
User=dwelling-radio
|
User=dwelling-radio
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
ExecStart=/usr/bin/ezstream /etc/dwelling/ezstream.xml
|
ExecStart=/usr/bin/ezstream -c /etc/dwelling/ezstream.xml
|
||||||
ExecStop=/bin/kill -INT $MAINPID
|
ExecStop=/bin/kill -INT $MAINPID
|
||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
|
Loading…
Reference in New Issue
Block a user