mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-20 18:50:17 +03:00
14 lines
421 B
Desktop File
14 lines
421 B
Desktop File
[Unit]
|
|
Description=gpupdate in userspace
|
|
#Requires=basic.target
|
|
|
|
# gpupdate on Windows runs once per hour
|
|
[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 --target USER
|
|
|
|
[Install]
|
|
WantedBy=default.target
|