Add initial systemd service files.
[staging/HomeScreen.git] / WindowManager / conf / WindowManager.service
diff --git a/WindowManager/conf/WindowManager.service b/WindowManager/conf/WindowManager.service
new file mode 100644 (file)
index 0000000..b44e14e
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=AGL Window Manager
+After=weston.service
+
+[Service]
+Type=dbus                                
+BusName=org.agl.windowmanager
+ExecStart=/usr/AGL/WindowManager/WindowManager
+Restart=on-failure
+RestartSec=5
+
+
+[Install]
+WantedBy=default.target
+