2018-05-06 18:01:08 +00:00
|
|
|
[Unit]
|
|
|
|
Description=MARS emergency trigger service from /mars/userspace/emergency-trigger
|
2019-11-05 18:51:22 +00:00
|
|
|
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
2018-05-06 18:01:08 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=no
|
2020-12-14 19:37:58 +00:00
|
|
|
# Important for avoiding failures: do not send any signals
|
2019-12-03 09:27:48 +00:00
|
|
|
KillMode=none
|
2018-05-06 18:01:08 +00:00
|
|
|
ExecStart=/usr/bin/marsadm cron
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=mars.service
|