mirror of https://github.com/schoebel/mars
15 lines
391 B
SYSTEMD
15 lines
391 B
SYSTEMD
[Unit]
|
|
Description=MARS systemd trigger from /mars/userspace/systemd-trigger
|
|
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
|
|
Requires=mars.service
|
|
After=mars.service
|
|
|
|
[Path]
|
|
#PathExists=/mars/userspace/systemd-trigger
|
|
PathChanged=/mars/userspace/systemd-trigger
|
|
PathModified=/mars/userspace/systemd-trigger
|
|
Unit=mars-trigger.service
|
|
|
|
[Install]
|
|
WantedBy=mars.service
|