aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenAppFrameworkBinderAGL/conf/HomeScreenAppFrameworkBinderAGL.service
blob: a158b94e716c9febfb864cc9538851afcf903509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=AGL App Framework Binder for HomeScreen
Requires=dbus.service afm-user-daemon.service
After=afm-user-daemon.service
ConditionKernelCommandLine=!agl.nogfx

[Service]
User=root
Type=dbus
BusName=org.agl.homescreenappframeworkbinder
ExecStart=/usr/AGL/HomeScreen/HomeScreenAppFrameworkBinderAGL
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target