VIGS: sync up to the latest
[platform/adaptation/emulator/xf86-misc-vigs.git] / i386-common / xresources.service
1 [Unit]
2 Description=Xresources
3 After=tizen-runtime.target
4 Requires=tizen-runtime.target
5 ConditionFileIsExecutable=/usr/bin/xrdb
6
7 [Service]
8 Type=oneshot
9 EnvironmentFile=/run/tizen-mobile-env
10 ExecStart=/usr/bin/xrdb -load -nocpp /etc/X11/Xresources
11 ExecStartPost=/bin/mkdir -p /tmp/hibernation
12 ExecStartPost=/bin/touch /tmp/hibernation/xresources_ready
13
14 [Install]
15 WantedBy=multi-user.target