diff options
author | Gaming4JC <g4jc@openmailbox.org> | 2015-07-25 01:06:54 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@openmailbox.org> | 2015-07-25 01:06:54 -0400 |
commit | ddcfafbbf91018700c3e5263685703cfe7b6a776 (patch) | |
tree | e328732284ee94aefee6ecedb5910bbbcdde5646 /pcr/tcpcrypt/tcpcrypt.service | |
parent | 70a5ea64c00dbcccd2080ef3585d5b043fbc9e12 (diff) |
add PKGBUILD for tcpcrypt 0.3
Diffstat (limited to 'pcr/tcpcrypt/tcpcrypt.service')
-rw-r--r-- | pcr/tcpcrypt/tcpcrypt.service | 10 |
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 |