From ddcfafbbf91018700c3e5263685703cfe7b6a776 Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sat, 25 Jul 2015 01:06:54 -0400 Subject: add PKGBUILD for tcpcrypt 0.3 --- pcr/tcpcrypt/tcpcrypt.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/tcpcrypt/tcpcrypt.service (limited to 'pcr/tcpcrypt/tcpcrypt.service') 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 -- cgit v1.2.3-2-g168b