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]
|
||||
Description=LibreTime Playout Service
|
||||
PartOf=libretime.target
|
||||
Wants=libretime-liquidsoap.service
|
||||
After=libretime-liquidsoap.service
|
||||
|
||||
[Service]
|
||||
Environment=LIBRETIME_LOG_FILEPATH=@@LOG_DIR@@/playout.log
|
||||
|
|
Loading…
Reference in New Issue