diff options
| author | 2026-03-06 10:08:16 +0100 | |
|---|---|---|
| committer | 2026-03-06 10:08:16 +0100 | |
| commit | ff0fe559f9133a6c3b2dc5f4458cb548c610a735 (patch) | |
| tree | a5149f8b972afcd1470c365d906b3f600034b2e2 /examples/snac_openbsd | |
| parent | Bumped version. (diff) | |
| parent | update openbsd rc.d script (diff) | |
| download | snac2-ff0fe559f9133a6c3b2dc5f4458cb548c610a735.tar.gz snac2-ff0fe559f9133a6c3b2dc5f4458cb548c610a735.tar.xz snac2-ff0fe559f9133a6c3b2dc5f4458cb548c610a735.zip | |
Merge pull request 'update openbsd rc.d script' (#573) from nathanael/snac2:openbsd-script into masterHEADmaster
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/573
Diffstat (limited to 'examples/snac_openbsd')
| -rw-r--r-- | examples/snac_openbsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/snac_openbsd b/examples/snac_openbsd index b5fbed9..a7720a2 100644 --- a/examples/snac_openbsd +++ b/examples/snac_openbsd | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | #!/bin/ksh | 1 | #!/bin/ksh |
| 2 | 2 | ||
| 3 | daemon_args="httpd /PATH/TO/SNAC/BASEDIR" | 3 | daemon="/usr/local/bin/snac" |
| 4 | daemon_flags="httpd /PATH/TO/SNAC/BASEDIR" | ||
| 4 | daemon_logger="daemon.info" | 5 | daemon_logger="daemon.info" |
| 5 | daemon_user="SNACUSER" | 6 | daemon_user="SNACUSER" |
| 6 | daemon="/usr/local/bin/snac ${daemon_args}" | ||
| 7 | 7 | ||
| 8 | . /etc/rc.d/rc.subr | 8 | . /etc/rc.d/rc.subr |
| 9 | 9 | ||