blob: ae5bc98665083814bd57fd8216662f47c34c41c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Generate environment from /etc/profile.d
DefaultDependencies=no
After=opt.mount
Before=basic.target
[Service]
Type=oneshot
ExecStart=/usr/bin/env -i sh -c 'source /etc/profile; env | /bin/egrep -v "^(HOME|PWD|SHLVL|_)=" > /run/tizen-mobile-env'
[Install]
WantedBy=basic.target
|