mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-04 21:50:39 +01:00
12 lines
179 B
SYSTEMD
12 lines
179 B
SYSTEMD
[Unit]
|
|
Description=Run Aminda's crontab boot tasks for when there is no cron
|
|
|
|
[Timer]
|
|
OnBootSec=0
|
|
# User services
|
|
#OnStartupSec5
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|