Firestarter: Only start certain daemons if we have them set up already
This commit is contained in:
parent
0cb9846e4b
commit
909fbf124b
@ -1,3 +1,3 @@
|
|||||||
#.fsdefaults
|
#.fsdefaults
|
||||||
command -v nextcloud
|
command -v nextcloud && [ -d "$HOME/.config/Nextcloud" ]
|
||||||
nextcloud --background
|
nextcloud --background
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#.fsdefaults
|
#.fsdefaults
|
||||||
command -v syncthing-gtk
|
command -v syncthing-gtk && [ -d "$HOME/.config/syncthing" ]
|
||||||
syncthing-gtk
|
syncthing-gtk
|
||||||
command -v syncthing
|
command -v syncthing && [ -d "$HOME/.config/syncthing" ]
|
||||||
syncthing
|
syncthing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user