diff --git a/openbox/config/autostart b/openbox/config/autostart index 8a064a8..fae1210 100644 --- a/openbox/config/autostart +++ b/openbox/config/autostart @@ -54,6 +54,9 @@ systemctl --user start davmail & # Bluetooth daemon systemctl --user start blueman-applet & +# KVM +systemctl --user start barrier & + # # Daemons # diff --git a/systemd/barrier.service b/systemd/barrier.service new file mode 100644 index 0000000..b543433 --- /dev/null +++ b/systemd/barrier.service @@ -0,0 +1,15 @@ +[Unit] +Description= Open-source KVM software +After=graphical.target +OnFailure=notify@%i.service + +[Service] +Type=simple +ExecStart=/usr/bin/barrier + +Restart=on-failure +RestartSec=30s +StartLimitBurst=3 + +[Install] +WantedBy=default.target