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
|
After=graphical.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/warpd -f
|
ExecStart=/usr/local/bin/warpd -f
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue