mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-01-08 09:17:38 +03:00
c71356211f
-Redesigned the way to start the services by the hour -Added changes to the spec
14 lines
434 B
Desktop File
14 lines
434 B
Desktop File
[Unit]
|
|
Description=Group policy update for machine
|
|
After=syslog.target network-online.target sssd.service
|
|
|
|
[Service]
|
|
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
|
|
ExecStart=/usr/bin/gpupdate
|
|
StandardOutput=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|