summarylogtreecommitdiffstats
path: root/naiveproxy@.service
blob: 963b0cd425826e11c6182635b970c70058efad67 (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/%i.json

[Install]
WantedBy=default.target