[Unit] Description=Disable the watchdog [Service] Type=oneshot ExecStart=/usr/bin/disable-wdt ExecStart=bash -c "echo -1 > /proc/sys/kernel/panic" [Install] WantedBy=multi-user.target