mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 22:30:51 +00:00
13 lines
246 B
SYSTEMD
13 lines
246 B
SYSTEMD
|
[Unit]
|
||
|
Description=Minecraft Informa a Hora Certa
|
||
|
Requires=minecraft-hour.service
|
||
|
|
||
|
[Timer]
|
||
|
Unit=minecraft-hour.service
|
||
|
OnCalendar=*-*-* *:0,15,30,45:00
|
||
|
#DayOfWeek Year-Month-Day Hour:Minute:Second
|
||
|
AccuracySec=1s
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|