summarylogtreecommitdiffstats
path: root/pofwjs.service
blob: 2bba70e951be3096828f76a9a5cce893d478a625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=A port-forwarding program
After=network.target

[Service]
User=nobody
Type=simple
WorkingDirectory=/etc/pofwjs
ExecStart=/usr/bin/pofwjs -c /etc/pofwjs/config.json
KillSignal=SIGINT
SuccessExitStatus=2

[Install]
WantedBy=multi-user.target