summaryrefslogtreecommitdiff
path: root/units/check-mount.service.m4
blob: c8b8589d7e83572e5298ea19e1575f0deb04d32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Check Mount
ConditionPathIsMountPoint=!/opt/usr
After=tizen-boot.target starter.service
Requires=tizen-boot.target
Before=tizen-system.target

[Service]
Type=oneshot
ExecStart=/usr/bin/check-mount.sh
ExecStartPost=/bin/sleep 3
m4_ifdef(`SMACK_LABEL',
SmackProcessLabel=system-plugin-common::script
)m4_dnl

[Install]
WantedBy=tizen-system.target