Skip to content

Commit

Permalink
FreeBSD: add rcorder comments in start scripts
Browse files Browse the repository at this point in the history
This makes sure the services are started when the
dependencies are met and not too early.
  • Loading branch information
pstorz committed Oct 29, 2018
1 parent 02b4688 commit 40a50c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion core/platforms/freebsd/bareos-dir.in
@@ -1,4 +1,8 @@
#! /bin/sh
#!/bin/sh
#
# PROVIDE: bareosdir
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# bareos This shell script takes care of starting and stopping
# the bareos Director daemon
Expand Down
4 changes: 4 additions & 0 deletions core/platforms/freebsd/bareos-fd.in
@@ -1,5 +1,9 @@
#!/bin/sh
#
# PROVIDE: bareosfd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# bareos This shell script takes care of starting and stopping
# the bareos File daemon.
#
Expand Down
6 changes: 5 additions & 1 deletion core/platforms/freebsd/bareos-sd.in
@@ -1,4 +1,8 @@
#! /bin/sh
#!/bin/sh
#
# PROVIDE: bareossd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#
# bareos This shell script takes care of starting and stopping
# the bareos Storage daemon.
Expand Down

0 comments on commit 40a50c3

Please sign in to comment.