rebuild systemd to use timers.target and BINDIR templates

This commit is contained in:
troyengel 2017-11-19 10:09:19 -06:00
parent de91e17240
commit 1ef76d3e40
7 changed files with 33 additions and 82 deletions

View file

@ -1,32 +0,0 @@
#
# /usr/lib/systemd/system/petrified.service
#
# This unit is intended for out-of-the-box turnkey operation
# and runs as the root user using the predefined defaults for
# files and directories in /etc/petrified.conf
#
# The provided petrified.timer unit is what should be enabled,
# not this service unit file directly:
#
# systemctl start petrified.timer
# systemctl enable petrified.timer
#
[Unit]
Description=Run petrified in system mode
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/petrified -c /etc/petrified.conf
# A target is being provided in the case where the advanced
# admin wants to override this unit with multiple config files
# for multiple interfaces. In this use case, *both* the custom
# service units and the timer are enabled with systemctl (as each
# custom unit will not be called "petrified.service", instead
# something like "petrified-wlp3s0.service")
[Install]
WantedBy=petrified.target