system/systemd/shodan.service
Georg b3cac70a7f Initial Systemd Service Run: 2/3
Signed-off-by: Georg <georg@lysergic.dev>
2021-07-21 12:47:30 +02:00

20 lines
487 B
Desktop File

[Unit]
Description=Limnoria (shodan)
After=network.target
[Service]
Type=simple
ExecStart=/opt/limnoria/shodan/venv/bin/supybot /opt/limnoria/shodan/shodan.conf
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=shodan
Group=shodan
SyslogIdentifier=shodan
SystemCallFilter=~@raw-io @clock @cpu-emulation @debug @keyring @module @mount @obsolete @privileged @raw-io
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/opt/limnoria/shodan
[Install]
WantedBy=multi-user.target