20 lines
523 B
Desktop File
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
|