Given how this package is not getting much love, I switched to using systemd's systemd.path functionality. Very briefly:
root@veeta:/etc/systemd/system>cat gsker-temptrax.path [Path] PathChanged= /var/www/gsker/weather/temptrax.log [Install] WantedBy=default.target root@veeta:/etc/systemd/system>cat gsker-temptrax.service [Service] Type=oneshot User=gsker ExecStart= /home/gsker/weather/temptrax/plotrun.sh root@veeta:/etc/systemd/system>systemctl daemon-reload root@veeta:/etc/systemd/system>systemctl enable gsker-temptrax.path root@veeta:/etc/systemd/system>systemctl start gsker-temptrax.path -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823490 Title: Incron causes defunct processes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/incron/+bug/1823490/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
