Disable systemd user services by default
This commit is contained in:
parent
7c94414b1e
commit
6879351865
2 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
/home/leon/.config/systemd/user/ntfy.service
|
|
@ -3,7 +3,7 @@ Description=A modal keyboard-driven virtual pointer
|
|||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/warpd -f
|
||||
ExecStart=/usr/local/bin/warpd -f
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue