1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-17 02:50:29 +03:00
gpupdate/dist/gpupdate.service

14 lines
434 B
SYSTEMD
Raw Permalink Normal View History

2019-11-28 00:36:10 +04:00
[Unit]
Description=Group policy update for machine
After=syslog.target network-online.target sssd.service
2019-11-28 00:36:10 +04:00
[Service]
2021-12-07 20:01:25 +04:00
Environment=PATH=/bin:/sbin:/usr/bin:/usr/sbin
UnsetEnvironment=LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION
Type=oneshot
2019-11-28 00:36:10 +04:00
ExecStart=/usr/bin/gpupdate
StandardOutput=journal
[Install]
WantedBy=multi-user.target