From 6410fd8d58e250a877a0bcdab06184e45e707c65 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 21 Jul 2021 12:34:32 +0200 Subject: Initial Systemd Service Run: 1/3 Signed-off-by: Georg --- systemd/katyusha.service | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 systemd/katyusha.service (limited to 'systemd/katyusha.service') diff --git a/systemd/katyusha.service b/systemd/katyusha.service new file mode 100644 index 0000000..b1baa80 --- /dev/null +++ b/systemd/katyusha.service @@ -0,0 +1,19 @@ +[Unit] +Description=Limnoria (katyusha) +After=network.target + +[Service] +Type=simple +ExecStart=/opt/limnoria/katyusha/katyusha-venv-3.7.2/bin/supybot /opt/limnoria/katyusha/katyusha.conf +ExecReload=/bin/kill -HUP $MAINPID +Restart=always +User=katyusha +Group=katyusha +SyslogIdentifier=katyusha +SystemCallFilter=~@raw-io @clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io +ProtectSystem=strict +ProtectHome=read-only +ReadWritePaths=/opt/limnoria/katyusha /tmp + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3