summaryrefslogtreecommitdiff
path: root/pcr/tcpcrypt/tcpcrypt.service
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/tcpcrypt/tcpcrypt.service')
-rw-r--r--pcr/tcpcrypt/tcpcrypt.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/tcpcrypt/tcpcrypt.service b/pcr/tcpcrypt/tcpcrypt.service
new file mode 100644
index 000000000..99784c7c0
--- /dev/null
+++ b/pcr/tcpcrypt/tcpcrypt.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tcpcrypt is a protocol that attempts to encrypt (almost) all of your network traffic. (If servers also run tcpcrypt.)
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/launch_tcpcryptd.sh
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target