fix and test #20

Merged
nicolas.boufideline merged 7 commits from feature-15 into main 2026-03-31 20:03:00 +00:00
Showing only changes of commit 02e558e0e2 - Show all commits

f-15: systemd: add systemd unit for dhcp

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2026-03-30 23:20:51 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

11
systemd/dnsmasq@.service Normal file
View file

@ -0,0 +1,11 @@
[Unit]
Description=dnsmasq in netns %i
After=network.target
[Service]
Type=simple
ExecStart=/opt/two/bin/run-dnsmasq-in-netns.sh %i
ExecStopPost=/bin/rm -f /run/dnsmasq-%i.pid
[Install]
WantedBy=multi-user.target