adding systemd timer, instance, target

This commit is contained in:
tengel 2014-11-22 08:39:52 -06:00
parent 212118b168
commit 364580c67e
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[Unit]
Description=Run petrified as %i
After=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/petrified
User=%i
[Install]
WantedBy=petrified.target