diff options
author | Georg | 2021-07-21 12:34:32 +0200 |
---|---|---|
committer | Georg | 2021-07-21 12:34:32 +0200 |
commit | a7b59a951b5b884bb2ba0fd1105918d2d5150fcd (patch) | |
tree | 5e906079ed4d34c928722aba17225b2894f4f293 /systemd/katyusha.service | |
parent | 8e5f49e946dfbe915301894390a8105d88cd40f3 (diff) | |
download | system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.gz system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.tar.bz2 system-a7b59a951b5b884bb2ba0fd1105918d2d5150fcd.zip |
Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
Diffstat (limited to 'systemd/katyusha.service')
-rw-r--r-- | systemd/katyusha.service | 19 |
1 files changed, 19 insertions, 0 deletions
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 |