[Unit] Description=Naxalnet Requires=systemd-networkd.service Requires=iwd.service Wants=systemd-resolved.service Before=systemd-networkd.service After=iwd.service # Stops NetworkManager and wpa_supplicant if already running Conflicts=NetworkManager.service Conflicts=wpa_supplicant.service After=NetworkManager.service After=wpa_supplicant.service [Service] Type=oneshot RemainAfterExit=yes Restart=on-failure RestartSec=5sec # IWD takes some time to find devices. # Without the sleep 5, naxalnet could not detect the second # device while testing. ExecStartPre=/usr/bin/sleep 5 ExecStart=/usr/bin/naxalnet [Install] WantedBy=multi-user.target