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

View File

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

View File

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