mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 09:29:22 +01:00
15 lines
306 B
SYSTEMD
15 lines
306 B
SYSTEMD
[Unit]
|
|
Description=Run Aminda's crontab delayed boot tasks for when there is no cron
|
|
|
|
[Timer]
|
|
OnBootSec=3min
|
|
RandomizedDelaySec=2min
|
|
# User services
|
|
#OnStartupSec=5min
|
|
Persistent=true
|
|
# There is no need to stay loaded after the boot and first run.
|
|
RemainAfterElapse=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|