Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 0c59a57

Browse files
authored
Merge pull request #7 from swedneck/main
Add template systemd service file
2 parents 91a2197 + d3fb847 commit 0c59a57

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=hyprspace daemon for %i
3+
After=network-online.target
4+
Wants=network-online.target
5+
6+
[Service]
7+
ExecStart=/usr/local/bin/hyprspace up %i --foreground
8+
ExecStop=/usr/local/bin/hyprspace down %i
9+
Restart=on-failure
10+
11+
[Install]
12+
WantedBy=default.target

0 commit comments

Comments
 (0)