sourcehut
Log in
—
Register
~case
/
dbns
summary
tree
log
refs
ref:
8d4e48ff40e5c7d5c381367c88234b27be11873f
dbns
/
scripts
/up.sh
-rwxr-xr-x
94 bytes
View
Log
Blame
View raw
8d4e48ff
—
case
kaio fix from tyler and restart
4 years ago
1
2
3
4
5
6
7
#!/bin/sh
_daemon
=
"dbnsd"
if
[
-x
$(
pgrep
"
$_daemon
"
)
]
;
then
doas rcctl start dbns
fi