File: tcpcryptd.service

package info (click to toggle)
tcpcrypt 0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,292 kB
  • ctags: 1,747
  • sloc: ansic: 13,695; sh: 4,585; asm: 482; makefile: 168; objc: 149
file content (13 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=tcpcrypt daemon for automatic transparent encryption of TCP sessions
Documentation=man:tcpcryptd(8)
After=network.target

[Service]
EnvironmentFile=/etc/default/tcpcryptd
ExecStartPre=/usr/share/tcpcryptd/iptables.sh start
ExecStart=/usr/bin/tcpcryptd -p "$DIVERT_PORT" -U "$DAEMON_USER" -J "$JAIL_DIR" -e -f
ExecStopPost=/usr/share/tcpcryptd/iptables.sh stop

[Install]
WantedBy=multi-user.target