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