We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fe2a8 commit 1745100Copy full SHA for 1745100
examples/openbsd_service
@@ -12,11 +12,12 @@ rc_reload=NO
12
13
rc_cmd $1
14
15
-# 1. Copy this file to `/etc/rc.d`
+# 1. Copy this file to `/etc/rc.d` and make sure it's executable.
16
# $ cp ssh-chat/examples/openbsd_service /etc/rc.d/ssh_chat
17
+# $ chmod +x /etc/rc.d/ssh_chat
18
#
19
# 2. Point the variable `daemon` to the executable, e.g., /usr/local/bin/ssh-chat
-# $ cp ~/ssh-chat/ssh-chat /usr/local/bin/ssh-chat
20
+# $ ln -s ~/ssh-chat/ssh-chat /usr/local/bin/ssh-chat
21
22
# 3. Modify the values in daemon_flags and daemon_user based on your liking.
23
# Alternatively, you can delete that line and set the flags using rcctl instead:
0 commit comments