This commit is contained in:
2020-09-02 10:57:25 +02:00
4 changed files with 14 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
su tilman -c 'python3 /media/hd/admin/doorbell/doorbell.py >> /media/hd/admin/doorbell/doorbell.log 2>&1 &'
sh /usr/local/bin/start-h2.sh
sh /usr/local/bin/start-drivetunnel.sh
sh /usr/local/bin/start-transactions.sh
sudo -u nobody docker start home-assistant
exit 0
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
# mit Passwort-Eingabe
#sshfs -o allow_other -o workaround=rename tilman@sftp.hidrive.strato.com:public /media/hidrive
# mit SSH-Key
sshfs -o IdentityFile=/home/tilman/.ssh/id_rsa -o allow_other tilman@sftp.hidrive.strato.com:public /media/hidrive
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
fusermount -u /media/hidrive