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