mars/systemd-testing/mars-emergency.service

14 lines
343 B
SYSTEMD
Raw Normal View History

2018-05-06 18:01:08 +00:00
[Unit]
Description=MARS emergency trigger service from /mars/userspace/emergency-trigger
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
KillMode=none
2018-05-06 18:01:08 +00:00
ExecStart=/usr/bin/marsadm cron
[Install]
WantedBy=mars.service