summarylogtreecommitdiffstats
path: root/psiphon-server.service
diff options
context:
space:
mode:
Diffstat (limited to 'psiphon-server.service')
-rw-r--r--psiphon-server.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/psiphon-server.service b/psiphon-server.service
new file mode 100644
index 000000000000..34d6e0a49ca2
--- /dev/null
+++ b/psiphon-server.service
@@ -0,0 +1,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 \ No newline at end of file