blob: 61b335904951f14d73fb7cfad67509f779d11d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[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
|