Ma configuration jusqu'à présent est:
foo.path
[Path]
PathExists=/tmp/foo.path
[Install]
WantedBy=multi.user.target
foo.service
[Unit]
Description=Matt Test
BindsTo=foo.path
[Service]
ExecStart=/bin/sh /home/mpekar/bin/foo.sh
PIDFile=/run/foo.pid
Cela fonctionne très bien au démarrage mais foo.service ne sera pas tué lorsque /tmp/foo.path sera supprimé. Existe-t-il un moyen de faire en sorte que systemd le fasse ou n'est-ce tout simplement pas l'outil approprié pour le travail?