mars/systemd-testing/mars-trigger.path

21 lines
495 B
SYSTEMD
Raw Normal View History

2018-05-06 18:01:08 +00:00
[Unit]
2020-12-14 19:37:58 +00:00
Description=MARS global watcher /mars/userspace/systemd-trigger
Documentation=https://github.com/schoebel/mars/docu/mars-user-manual.pdf
2020-12-14 19:37:58 +00:00
## Global path watcher for calling mars-trigger.service
## Markers for the template processor
# ALWAYS_START
BindsTo=mars.service
2018-05-06 18:01:08 +00:00
After=mars.service
[Path]
2020-12-14 19:37:58 +00:00
PathExists=/mars/userspace/systemd-trigger
2018-05-06 18:01:08 +00:00
PathChanged=/mars/userspace/systemd-trigger
PathModified=/mars/userspace/systemd-trigger
Unit=mars-trigger.service
[Install]
WantedBy=mars.service