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

[Service]
WorkingDirectory=%E/psiphon/
ExecStart=/usr/bin/psiphond run
Restart=on-failure

[Install]
WantedBy=multi-user.target