1
0
Fork 0

overwrite bluetooth service if it exists

master
Florian Schrofner 2024-11-17 13:48:06 +01:00
parent 2c379d0679
commit 379bc0070a
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
(defn- setup-system-services []
(println "setting up system services..")
;;todo: user services
(safe-sh "ln" "-s" "/etc/sv/bluetoothd" "/var/service")
(safe-sh "ln" "-fs" "/etc/sv/bluetoothd" "/var/service")
(safe-sh "usermod" "-a" "-G" "bluetooth" user))
(defn- install-fish-functions []