15 lines
322 B
Desktop File
15 lines
322 B
Desktop File
[Unit]
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=default.target
|