summarylogtreecommitdiffstats
path: root/privaxy-git.service
blob: e6f4777594e43823f093cfeb4d9de82830233014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Privaxy Server
Documentation=https://github.com/Barre/privaxy
After=network.target

[Service]
ExecStart=/usr/bin/privaxy
WorkingDirectory=/var/lib/privaxy
User=privaxy
Group=privaxy

[Install]
WantedBy=multi-user.target