Rename python apps entrypoints
BREAKING: Remove old entrypoints using sudo rm -f \ /usr/{bin,local/bin}/airtime-liquidsoap \ /usr/{bin,local/bin}/airtime-playout \ /usr/{bin,local/bin}/pyponotify
This commit is contained in:
parent
bde2f2d494
commit
8be1366bef
12 changed files with 23 additions and 23 deletions
|
@ -2,7 +2,7 @@
|
|||
Description=Libretime Liquidsoap Service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/airtime-liquidsoap
|
||||
ExecStart=/usr/local/bin/libretime-liquidsoap
|
||||
User=libretime-playout
|
||||
Group=libretime-playout
|
||||
Restart=always
|
||||
|
|
|
@ -3,7 +3,7 @@ Description=Libretime Playout Service
|
|||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/airtime-playout
|
||||
ExecStart=/usr/local/bin/libretime-playout
|
||||
User=libretime-pypo
|
||||
Group=libretime-pypo
|
||||
Restart=always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue