mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
user = root
|
|
|
|
[program:headscale]
|
|
command=/bin/bash -c "/headscale.sh"
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0
|
|
|
|
[program:postgres]
|
|
command=/bin/bash -c "/postgres.sh"
|
|
stdout_logfile=/dev/stdout
|
|
stdout_logfile_maxbytes=0 |