Update hyprspace@.service to better fix boot before network

This commit is contained in:
Alec Scott 2022-01-31 23:18:20 -07:00 committed by GitHub
parent dcbdbe331a
commit 6c2a0d15c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,10 @@
Description=hyprspace daemon for %i
After=network-online.target
Wants=network-online.target
Requires=network-online.target
[Service]
ExecStartPre=/usr/bin/sleep 10
ExecStart=/usr/local/bin/hyprspace up %i --foreground
ExecStop=/usr/local/bin/hyprspace down %i
Restart=on-failure