File: README.adoc

package info (click to toggle)
json2file-go 1.15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 298; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
= Alternative startup systems for `json2file-go`

Sample configurations to launch `json2file-go` with other supervision systems
like `s6` or `supervisord`.

If you plan to use them on a system with `systemd` remember to disable the
service:

[source,console]
----
$ sudo systemctl disable json2file-go.service 
----