Andrew Geissler | 2013739 | 2023-10-12 04:59:14 -0600 | [diff] [blame] | 1 | [Unit] |
2 | SourcePath=/usr/sbin/tayga | ||||
3 | Description=LSB: userspace NAT64 | ||||
4 | |||||
5 | [Service] | ||||
6 | Type=forking | ||||
7 | ExecStart=/usr/sbin/tayga -d --config /etc/tayga.conf | ||||
8 | RemainAfterExit=yes | ||||
9 | TimeoutStopSec=infinity | ||||
10 | |||||
11 | [Install] | ||||
12 | WantedBy=multi-user.target |