• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Unit]
2Description=Watchdog Test
3
4Wants=coqos-virtio-vsock.service
5After=coqos-virtio-vsock.service
6
7[Service]
8ExecStart=/bin/watchdog_test_service
9Restart=always
10WatchdogSec=5
11
12[Install]
13WantedBy=multi-user.target
14