mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 01:13:35 +00:00
4 lines
60 B
Bash
4 lines
60 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec acpid -f ${OPTS:=-l}
|