mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-20 22:50:33 +03:00
Change service type to 'simple' because gpoa is not systemd-aware
This commit is contained in:
parent
eb9a801b32
commit
28da08eb24
@ -5,7 +5,7 @@ Description=gpupdate in userspace
|
||||
# gpupdate on Windows runs once per hour
|
||||
[Service]
|
||||
Environment="PATH=/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
Type=notify
|
||||
Type=simple
|
||||
WatchdogSec=3600
|
||||
TimeoutSec=3000
|
||||
Restart=always
|
||||
|
@ -4,7 +4,7 @@ After=sssd.service
|
||||
|
||||
[Service]
|
||||
Environment="PATH=/bin:/sbin:/usr/bin:/usr/sbin"
|
||||
Type=notify
|
||||
Type=simple
|
||||
WatchdogSec=3600
|
||||
TimeoutSec=3000
|
||||
Restart=always
|
||||
|
Loading…
x
Reference in New Issue
Block a user