nnss/nnss-tunsocks@.service

19 lines
350 B
SYSTEMD
Raw Permalink Normal View History

2025-01-30 15:43:45 -05:00
[Unit]
Description=Create network namespace and tun device to %I
After=nnss-ssh@%i.service
Requires=nnss-ssh@%i.service
StopWhenUnneeded=yes
[Service]
Type=notify
NotifyAccess=all
RuntimeDirectory=nnss-tunsocks%i
ExecStart=/usr/lib/nnss/tunsocks.sh "%i" setup
ExecStop=/usr/lib/nnss/tunsocks.sh "%i" cleanup
[Install]
WantedBy=multi-user.target