diff options
Diffstat (limited to 'ads.service')
| -rw-r--r-- | ads.service | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ads.service b/ads.service new file mode 100644 index 0000000..8f05a77 --- /dev/null +++ b/ads.service @@ -0,0 +1,15 @@ +[Unit] +Description=ADS +StartLimitIntervalSec=30 +StartLimitBurst=3 +After=generic-board-startup.service + +[Service] +Type=simple +User=root +Restart=on-failure +RestartSec=30 +ExecStart=/usr/sbin/test_launch + +[Install] +WantedBy=multi-user.target |
