1
0
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:
Игорь Чудов 2020-02-13 18:26:42 +04:00
parent eb9a801b32
commit 28da08eb24
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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