From 71487157968bb42ddb0a4a63ce4de32f12e31044 Mon Sep 17 00:00:00 2001 From: boyska Date: Thu, 6 Apr 2023 12:48:54 +0200 Subject: [PATCH] versione iniziale --- abbozzino/etc/systemd/system/abbozzino.service | 11 +++++++++++ imbruttino/etc/systemd/system/imbruttino.service | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 abbozzino/etc/systemd/system/abbozzino.service create mode 100644 imbruttino/etc/systemd/system/imbruttino.service diff --git a/abbozzino/etc/systemd/system/abbozzino.service b/abbozzino/etc/systemd/system/abbozzino.service new file mode 100644 index 0000000..1e90940 --- /dev/null +++ b/abbozzino/etc/systemd/system/abbozzino.service @@ -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 + diff --git a/imbruttino/etc/systemd/system/imbruttino.service b/imbruttino/etc/systemd/system/imbruttino.service new file mode 100644 index 0000000..ceabdb7 --- /dev/null +++ b/imbruttino/etc/systemd/system/imbruttino.service @@ -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