added script from hehe.centiped box
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Description='A basic dhcp ethernet connection'
|
||||
Interface=eth1
|
||||
Connection=ethernet
|
||||
IP=dhcp
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
ExecUpPost="/home/alarm/hehe-rover/rpi/sync.sh"
|
||||
#ExecDownPre="systemctl stop crashplan.service; systemctl stop dropbox@<username>.service"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user