mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
darkman-setup.bash: disable and mask systemd, use desktop entry
This commit is contained in:
parent
8ef7483673
commit
bca436cd4d
@ -18,4 +18,6 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
systemctl --user enable --now darkman.service
|
||||
systemctl --user disable --now darkman.service
|
||||
systemctl --user mask darkman.service
|
||||
echo "Creating an autostart seems to work better than the systemd service."
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4e53f9f781718bfea083bce2f4c49946002f37c4
|
||||
Subproject commit f427d07d1dad87ddc7d29fe53f7878fd0122afa0
|
Loading…
Reference in New Issue
Block a user