diff options
Diffstat (limited to 'units/tizen-system-env.service')
-rw-r--r-- | units/tizen-system-env.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/tizen-system-env.service b/units/tizen-system-env.service index 3130b8c..fac769e 100644 --- a/units/tizen-system-env.service +++ b/units/tizen-system-env.service @@ -5,6 +5,7 @@ Before=basic.target [Service] Type=oneshot +SmackProcessLabel=System ExecStart=/usr/bin/env -i sh -c 'source /etc/profile; env | /bin/egrep -v "^(HOME|PWD|SHLVL|_|USER|MAIL|LOGNAME|XDG_RUNTIME_DIR)=" > /run/tizen-system-env' ExecStart=/usr/bin/env -i sh -c 'source /etc/profile; env | /bin/egrep -e "XDG_RUNTIME_DIR=" > /run/xdg-root-env' |