forked from Spark/ssm-services
network -> lo.iface
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
service_type='oneshot'
|
||||
service_command='ip'
|
||||
service_args='link set lo up'
|
||||
|
||||
start() {
|
||||
watchman.msg "Activating the loopback interface (lo)..."
|
||||
watchman.start
|
||||
}
|
||||
|
||||
stop() {
|
||||
watchman.status || {
|
||||
watchman.err "$service_name is already disabled"
|
||||
return 1
|
||||
}
|
||||
watchman.msg "Deactivating the loopback interface (lo)..."
|
||||
ip link set lo down
|
||||
watchman.stop
|
||||
}
|
Reference in New Issue
Block a user