summaryrefslogtreecommitdiff
path: root/packaging/tizen-generate-env.service
blob: f963a38331798c981609f89b0b1f5917ddcb932f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Generate environment from /etc/profile.d
DefaultDependencies=no
Before=basic.target

[Service]
Type=oneshot
ExecStart=/usr/bin/env -i sh -c 'source /etc/profile; env | egrep -v "^(HOME|PWD|SHLVL|_)=" > /run/tizen-mobile-ui'

[Install]
WantedBy=basic.target