diff options
| author | la-ninpre <aaoth@aaoth.xyz> | 2023-04-27 01:02:17 +0300 |
|---|---|---|
| committer | la-ninpre <aaoth@aaoth.xyz> | 2023-04-27 01:02:17 +0300 |
| commit | 6cdfb9b9ab548157f190e620b8da6e86afe2f95b (patch) | |
| tree | 4eba1e1f29ed95a9bd796f90188ade881cd811ff /www/gatus/pkg/gatus.rc | |
| parent | daf68141d829acbf71ae5aebb964c84f7b850a73 (diff) | |
| download | ports-6cdfb9b9ab548157f190e620b8da6e86afe2f95b.tar.gz ports-6cdfb9b9ab548157f190e620b8da6e86afe2f95b.zip | |
www/gatus: add 5.3.2
Diffstat (limited to 'www/gatus/pkg/gatus.rc')
| -rw-r--r-- | www/gatus/pkg/gatus.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/gatus/pkg/gatus.rc b/www/gatus/pkg/gatus.rc new file mode 100644 index 0000000..93eedbc --- /dev/null +++ b/www/gatus/pkg/gatus.rc @@ -0,0 +1,12 @@ +#!/bin/ksh + +daemon="${TRUEPREFIX}/sbin/gatus" +daemon_user="_gatus" +daemon_logger="daemon.info" + +. /etc/rc.d/rc.subr + +rc_bg=YES +rc_reload=NO + +rc_cmd $1 |
