1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=hyprspace daemon for %i After=network-online.target Wants=network-online.target [Service] ExecStart=/usr/bin/hyprspace up %i --foreground ExecStop=/usr/bin/hyprspace down %i Restart=on-failure [Install] WantedBy=default.target