fix: start playout service after liquidsoap (#2164)
Do not set a hard requirement on the service, only define the startup order.
This commit is contained in:
parent
7781ace118
commit
956d19ec95
|
@ -1,6 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=LibreTime Playout Service
|
Description=LibreTime Playout Service
|
||||||
PartOf=libretime.target
|
PartOf=libretime.target
|
||||||
|
Wants=libretime-liquidsoap.service
|
||||||
|
After=libretime-liquidsoap.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=LIBRETIME_LOG_FILEPATH=@@LOG_DIR@@/playout.log
|
Environment=LIBRETIME_LOG_FILEPATH=@@LOG_DIR@@/playout.log
|
||||||
|
|
Loading…
Reference in New Issue