more scripts

This commit is contained in:
Chris Cochrun 2021-08-17 20:40:14 -05:00
parent d25a75a078
commit ea0f4fd844
7 changed files with 301 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[Unit]
Description=lolcate updater
[Service]
ExecStart=lolcate --update
[Install]
WantedBy=default.target

View file

@ -0,0 +1,10 @@
[Unit]
Description=run lolcate updater every 20min
[Timer]
OnBootSec=1min
OnUnitActiveSec=20min
[Install]
WantedBy=timers.target