cairo-compmgr.service 200 B

1234567891011121314
  1. [Unit]
  2. Description = cairo-compmgr
  3. After=dbus.service
  4. Requires=dbus.service
  5. [Service]
  6. ExecStart = /usr/bin/cairo-compmgr
  7. Environment=DISPLAY=:0
  8. Restart = always
  9. [Install]
  10. WantedBy = mystuff.target