mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-02-02 09:47:25 +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
|