overwrite bluetooth service if it exists
parent
2c379d0679
commit
379bc0070a
|
@ -53,7 +53,7 @@
|
||||||
(defn- setup-system-services []
|
(defn- setup-system-services []
|
||||||
(println "setting up system services..")
|
(println "setting up system services..")
|
||||||
;;todo: user 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))
|
(safe-sh "usermod" "-a" "-G" "bluetooth" user))
|
||||||
|
|
||||||
(defn- install-fish-functions []
|
(defn- install-fish-functions []
|
||||||
|
|
Loading…
Reference in New Issue