more scripts
This commit is contained in:
parent
d25a75a078
commit
ea0f4fd844
7 changed files with 301 additions and 0 deletions
8
systemd/user/lolcate-update.service
Normal file
8
systemd/user/lolcate-update.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=lolcate updater
|
||||
|
||||
[Service]
|
||||
ExecStart=lolcate --update
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
10
systemd/user/lolcate-update.timer
Normal file
10
systemd/user/lolcate-update.timer
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
[Unit]
|
||||
Description=run lolcate updater every 20min
|
||||
|
||||
[Timer]
|
||||
OnBootSec=1min
|
||||
OnUnitActiveSec=20min
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Add a link
Reference in a new issue