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
|
||||
command -v nextcloud
|
||||
command -v nextcloud && [ -d "$HOME/.config/Nextcloud" ]
|
||||
nextcloud --background
|
||||
|
@ -1,5 +1,5 @@
|
||||
#.fsdefaults
|
||||
command -v syncthing-gtk
|
||||
command -v syncthing-gtk && [ -d "$HOME/.config/syncthing" ]
|
||||
syncthing-gtk
|
||||
command -v syncthing
|
||||
command -v syncthing && [ -d "$HOME/.config/syncthing" ]
|
||||
syncthing
|
||||
|
Loading…
Reference in New Issue
Block a user