mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-26 17:03:06 +00:00
13 lines
259 B
Text
13 lines
259 B
Text
|
[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
|