blob: 67dcf5e1cde3fbd535ca14174ba635b90cf40810 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=AGL Launcher
Requires=WebAppMgr.service dbus.service
After=WebAppMgr.service dbus.service
[Service]
Type=simple
Environment=AFM_ID=launcher
Environment=AFM_APP_INSTALL_DIR=/usr/lib/wam_apps/html5-launcher/
ExecStartPre=sleep 1
ExecStart=/usr/bin/WebAppMgr
Restart=on-failure
[Install]
WantedBy=agl-session.target
|