mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-01-18 02:04:48 +03:00
12 lines
303 B
Desktop File
12 lines
303 B
Desktop File
[Unit]
|
|
Description=Run Group Policy scripts for a user
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=true
|
|
ExecStart=/usr/libexec/gpupdate/scripts_runner --mode USER --action LOGON --user %u
|
|
ExecStop=/usr/libexec/gpupdate/scripts_runner --mode USER --action LOGOFF --user %u
|
|
|
|
[Install]
|
|
WantedBy=default.target
|