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

14 lines
267 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run Aminda's crontab boot tasks for when there is no cron
[Timer]
OnBootSec=0
# User services
#OnStartupSec5
Persistent=true
# There is no need to stay loaded after the boot and first run.
RemainAfterElapse=false
[Install]
WantedBy=timers.target