我正在从systemd转向supervisord。
在systemd服务中你可以写:[Service]
Type=simple
User=root
ExecStart=mycommand
ExecStartPost=anothercommand
我想在主管
中写ExecStartPost
[program:myservice]
command=thesamecommand
???command_after=??
autostart=true
autorestart=true
user=root