Disable systemd user services by default

This commit is contained in:
Leon Grünewald 2024-07-20 09:07:31 +02:00
parent 7c94414b1e
commit 6879351865
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
/home/leon/.config/systemd/user/ntfy.service

View file

@ -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]