added script from hehe.centiped box

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-15 15:45:47 +02:00
parent 18d0ca6587
commit 6afaabe7b0
23 changed files with 627 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
Description='A basic dhcp ethernet connection'
Interface=eth1
Connection=ethernet
IP=dhcp
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
ExecUpPost="/home/alarm/hehe-rover/rpi/sync.sh"
#ExecDownPre="systemctl stop crashplan.service; systemctl stop dropbox@<username>.service"
+16
View File
@@ -0,0 +1,16 @@
Description='A simple WPA encrypted wireless connection'
Interface=wlan0
Connection=wireless
Security=wpa
IP=dhcp
ESSID='hotspot'
# Prepend hexadecimal keys with \"
# If your key starts with ", write it as '""<key>"'
# See also: the section on special quoting rules in netctl.profile(5)
Key='pass2hotspot'
# Uncomment this if your ssid is hidden
#Hidden=yes
# Set a priority for automatic profile selection
#Priority=10