shell-things/etc/systemd/system/aminda-nocron-reboot.timer

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