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

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/naiveproxy /etc/naiveproxy/config.json

[Install]
WantedBy=multi-user.target