Install pypo with pip and change script prefix to default /usr/local
This commit is contained in:
parent
24203e2086
commit
d7615cfe37
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
Description=Libretime Liquidsoap Service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/airtime-liquidsoap
|
||||
ExecStart=/usr/local/bin/airtime-liquidsoap
|
||||
User=libretime-playout
|
||||
Group=libretime-playout
|
||||
Restart=always
|
||||
|
|
|
@ -3,7 +3,7 @@ Description=Libretime Playout Service
|
|||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/airtime-playout
|
||||
ExecStart=/usr/local/bin/airtime-playout
|
||||
User=libretime-pypo
|
||||
Group=libretime-pypo
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue