Rename all systemd, sysvinit and upstart files to libretime
Fixes: #516
This commit is contained in:
parent
e56d468036
commit
c44346fe94
18 changed files with 123 additions and 93 deletions
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Libretime Liquidsoap Service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/airtime-liquidsoap
|
||||
User=libretime-playout
|
||||
Group=libretime-playout
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
12
python_apps/pypo/install/systemd/libretime-playout.service
Normal file
12
python_apps/pypo/install/systemd/libretime-playout.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Libretime Playout Service
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/airtime-playout
|
||||
User=libretime-pypo
|
||||
Group=libretime-pypo
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue