3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
# Network UPS Tools - driver controller
|
|
exec upsdrvctl -D start
|