Skip to content

Commit

Permalink
fix: start playout service after liquidsoap (#2164)
Browse files Browse the repository at this point in the history
Do not set a hard requirement on the service, only define the startup order.
  • Loading branch information
jooola committed Sep 26, 2022
1 parent 7781ace commit 956d19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playout/install/systemd/libretime-playout.service
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 956d19e

Please sign in to comment.