summarylogtreecommitdiffstats
path: root/psiphon.service
blob: 15ce0c6fdc39858972526f73348b5dddfc459357 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Psiphon Tunnelling Proxy
After=network-online.target
Wants=network-online.target

[Service]
ExecStart=/usr/bin/psiphon-tunnel-core --config /etc/psiphon.conf -formatNotices
ExecStop= /usr/bin/killall psiphon-tunnel-

[Install]
WantedBy=multi-user.target