mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-20 18:50:17 +03:00
Use RestartSec since gpupdate is not systemd-aware
This commit is contained in:
parent
28da08eb24
commit
5bcc38f80a
@ -6,7 +6,7 @@ Description=gpupdate in userspace
|
||||
[Service]
|
||||
Environment="PATH=/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
Type=simple
|
||||
WatchdogSec=3600
|
||||
RestartSec=3600
|
||||
TimeoutSec=3000
|
||||
Restart=always
|
||||
ExecStart=/usr/sbin/gpoa
|
||||
|
@ -5,7 +5,7 @@ After=sssd.service
|
||||
[Service]
|
||||
Environment="PATH=/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
Type=simple
|
||||
WatchdogSec=3600
|
||||
RestartSec=3600
|
||||
TimeoutSec=3000
|
||||
Restart=always
|
||||
ExecStart=/usr/bin/gpupdate
|
||||
|
Loading…
x
Reference in New Issue
Block a user