This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
gitroast
Watch
1
Star
0
Fork
You've already forked gitroast
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e0bae9547a
gitroast
/
docker
/
s6
/
syslogd
/
run
8 lines
96 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
test
-f ./setup
;
then
source
./setup
fi
exec
gosu root /sbin/syslogd -nS -O-
Reference in New Issue
View Git Blame
Copy Permalink