summarylogtreecommitdiffstats
path: root/spiderfoot.service
blob: f1d4fdc51b8da7a3bd037b6036d7253128174c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Spiderfoot: OSINT Automation Tool 
After=network.target

[Service]
Type=simple
User=http
Group=http
EnvironmentFile=/etc/default/spiderfoot
ExecStart=/usr/bin/spiderfoot -l ${addr}:${port}

[Install]
WantedBy=multi-user.target