Fossil SCM

Disable rc_reload in the example rc(8) script in the OpenBSD docs. Reloading is unsupported by Fossil such that 'rcctl reload fossil' kills the process. Suggested by James Cook: [forum:73520532dd].

mark 2023-08-08 11:26 trunk
Commit f0e1d0c95834694df49c2a8960dc119092717953625d9e4f4ed164f6d8a30663
--- www/server/openbsd/service.wiki
+++ www/server/openbsd/service.wiki
@@ -12,10 +12,11 @@
1212
daemon_user="_fossil" # user to run fossil as
1313
daemon_flags="server /home/_fossil/example --repolist --port 8888" # fossil command
1414
1515
. /etc/rc.d/rc.subr
1616
# pexp="$daemon server .*" # See below.
17
+rc_reload=NO # Unsupported by Fossil; 'rcctl reload fossil' kills the process.
1718
rc_bg=YES # Run in the background, since fossil serve does not daemonize itself
1819
rc_cmd $1
1920
</pre></blockquote>
2021
2122
<h3>pexp</h3>
2223
--- www/server/openbsd/service.wiki
+++ www/server/openbsd/service.wiki
@@ -12,10 +12,11 @@
12 daemon_user="_fossil" # user to run fossil as
13 daemon_flags="server /home/_fossil/example --repolist --port 8888" # fossil command
14
15 . /etc/rc.d/rc.subr
16 # pexp="$daemon server .*" # See below.
 
17 rc_bg=YES # Run in the background, since fossil serve does not daemonize itself
18 rc_cmd $1
19 </pre></blockquote>
20
21 <h3>pexp</h3>
22
--- www/server/openbsd/service.wiki
+++ www/server/openbsd/service.wiki
@@ -12,10 +12,11 @@
12 daemon_user="_fossil" # user to run fossil as
13 daemon_flags="server /home/_fossil/example --repolist --port 8888" # fossil command
14
15 . /etc/rc.d/rc.subr
16 # pexp="$daemon server .*" # See below.
17 rc_reload=NO # Unsupported by Fossil; 'rcctl reload fossil' kills the process.
18 rc_bg=YES # Run in the background, since fossil serve does not daemonize itself
19 rc_cmd $1
20 </pre></blockquote>
21
22 <h3>pexp</h3>
23

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button