Systemd service files rework
[staging/HomeScreen.git] / WindowManager / conf / WindowManager.service
1 [Unit]
2 Description=AGL Window Manager
3 Requires=dbus.service
4 ConditionKernelCommandLine=!agl.nogfx
5
6 [Service]
7 User=root
8 Type=dbus
9 BusName=org.agl.windowmanager
10 ExecStart=/usr/AGL/HomeScreen/WindowManager
11 Restart=on-failure
12 RestartSec=5
13 StandardOutput=tty
14
15 [Install]
16 WantedBy=default.target
17