File tripwire.service of Package tripwire
# It's not recommended to modify this file in-place, because it # will be overwritten during upgrades. If you want to customize, # the best way is to use the "systemctl edit" command. [Unit] Description=Open Source Tripwire is a security and data integrity tool for monitoring and alerting on file & directory changes After=network.target [Service] Type=oneshot # Tripwire exists with strange state so ignore it ExecStart=-/usr/sbin/tripwire -m c -s -M -n [Install] WantedBy=multi-user.target