diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/tayga/files/tayga.service')
| -rw-r--r-- | meta-networking/recipes-connectivity/tayga/files/tayga.service | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/tayga/files/tayga.service b/meta-networking/recipes-connectivity/tayga/files/tayga.service new file mode 100644 index 0000000000..0bffeb92a5 --- /dev/null +++ b/meta-networking/recipes-connectivity/tayga/files/tayga.service | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | ||
