summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/tayga/files/tayga.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/tayga/files/tayga.service')
-rw-r--r--meta-networking/recipes-connectivity/tayga/files/tayga.service12
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]
2SourcePath=/usr/sbin/tayga
3Description=LSB: userspace NAT64
4
5[Service]
6Type=forking
7ExecStart=/usr/sbin/tayga -d --config /etc/tayga.conf
8RemainAfterExit=yes
9TimeoutStopSec=infinity
10
11[Install]
12WantedBy=multi-user.target