forked from pool/wrapsix
12 lines
191 B
SYSTEMD
12 lines
191 B
SYSTEMD
|
[Unit]
|
||
|
Description=NAT64 implementation
|
||
|
After=syslog.target
|
||
|
WantedBy=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/sbin/wrapsix /etc/wrapsix.conf
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|