Send SIGINT to stop Liquidsoap correctly. With default SIGKILL it hangs.
This commit is contained in:
parent
205eb0ab76
commit
2c9117dbb6
@ -9,6 +9,7 @@ Restart=on-failure
|
|||||||
User=dwelling-radio
|
User=dwelling-radio
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
ExecStart=/opt/opam/4.14.0/bin/liquidsoap /etc/dwelling/radio.liq
|
ExecStart=/opt/opam/4.14.0/bin/liquidsoap /etc/dwelling/radio.liq
|
||||||
|
ExecStop=/bin/kill -INT $MAINPID
|
||||||
|
|
||||||
ReadOnlyPaths=/
|
ReadOnlyPaths=/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user