system/systemd/katyusha.service
Georg a7b59a951b Initial Systemd Service Run: 1/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:34:32 +02:00

20 lines
523 B
Desktop File

[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