summarylogtreecommitdiffstats
path: root/naiveproxy.service
blob: 3766a5419efcd7e474fad1be4aed06dc2d3fa102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=NaiveProxy Server Service
After=network-online.target

[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/naiveproxy /etc/naiveproxy/config.json

[Install]
WantedBy=default.target