mass update from my home pc
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='ip'
|
||||
service_args='link set lo up'
|
||||
|
||||
start() {
|
||||
watchman.msg "Activating the loopback interface (lo)..."
|
||||
ip link set lo up
|
||||
watchman.start
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Reference in New Issue
Block a user