mirror of https://github.com/schoebel/mars
13 lines
284 B
Desktop File
13 lines
284 B
Desktop File
[Unit]
|
|
Description=MARS emergency trigger service from /mars/userspace/emergency-trigger
|
|
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
KillMode=none
|
|
ExecStart=/usr/bin/marsadm cron
|
|
|
|
[Install]
|
|
WantedBy=mars.service
|