qubesd.service 231 B

1234567891011121314
  1. [Unit]
  2. Description=Qubes OS daemon
  3. Before=systemd-user-sessions.service
  4. [Service]
  5. Type=notify
  6. ExecStart=/usr/bin/qubesd
  7. StandardOutput=syslog
  8. KillMode=process
  9. Restart=on-failure
  10. RestartSec=1s
  11. [Install]
  12. WantedBy=multi-user.target