mass update from my home pc

This commit is contained in:
2014-02-25 04:45:13 +04:00
parent acdcc82461
commit b5ebe89685
17 changed files with 241 additions and 12 deletions

View File

@@ -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() {