summaryrefslogtreecommitdiff
path: root/pcr/tcpcrypt/tcpcrypt.service
blob: 99784c7c00f9bf01451e34d4479a9b6185366598 (plain)
1
2
3
4
5
6
7
8
9
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