diff options
Diffstat (limited to 'conf/system/afm-system-setup.service')
-rw-r--r-- | conf/system/afm-system-setup.service | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/conf/system/afm-system-setup.service b/conf/system/afm-system-setup.service deleted file mode 100644 index d624aeb..0000000 --- a/conf/system/afm-system-setup.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Initiate afm-system-setup -Before=weston.service afs-supervisor.service afm-system-daemon.service -[Service] -Type=oneshot -ExecStart=-/bin/sh -c "/bin/mkdir -m 755 /run/platform; /usr/bin/chsmack -a '*' /run/platform" -ExecStart=-/bin/sh -c "/bin/mkdir -m 755 /run/platform/display; /usr/bin/chsmack -a '*' /run/platform/display" -ExecStart=-/bin/sh -c "/bin/mkdir -m 755 /run/platform/apis; /usr/bin/chsmack -a '*' /run/platform/apis" -ExecStart=-/bin/sh -c "/bin/mkdir -m 755 /run/platform/apis/ws; /usr/bin/chsmack -a '*' /run/platform/apis/ws" |