mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-16 02:50:35 +03:00
10 lines
123 B
SYSTEMD
10 lines
123 B
SYSTEMD
[Unit]
|
|
Description=Run gpupdate every hour
|
|
|
|
[Timer]
|
|
OnStartupSec=1
|
|
OnUnitActiveSec=60min
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|