versione iniziale
This commit is contained in:
parent
a63865a108
commit
7148715796
2 changed files with 20 additions and 0 deletions
11
abbozzino/etc/systemd/system/abbozzino.service
Normal file
11
abbozzino/etc/systemd/system/abbozzino.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Inibisce liquidsoap quando i server di ROR sono attivi
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/sbin/abbozzino
|
||||
Restart=always
|
||||
Type=simple
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
9
imbruttino/etc/systemd/system/imbruttino.service
Normal file
9
imbruttino/etc/systemd/system/imbruttino.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Ciocchinooo nello streaming nun te ce vojooo
|
||||
|
||||
[Service]
|
||||
User=liquidsoap
|
||||
ExecStart=/usr/local/bin/imbruttino
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in a new issue