mirror of
https://github.com/schoebel/mars
synced 2024-12-23 15:12:28 +00:00
13 lines
292 B
SYSTEMD
13 lines
292 B
SYSTEMD
|
[Unit]
|
||
|
Description=MARS systemd trigger service from /mars/userspace/systemd-trigger
|
||
|
Documentation=https://github.com/schoebel/mars/docu/mars-manual.pdf
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
KillMode=none
|
||
|
ExecStart=/usr/local/bin/marsadm systemd-trigger
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=mars.service
|