18.4.0 released Sep 25, 2023 |
vf <options> <app name>
sudo vf -i -u myuser -r www-data -- myapp
vf -c "/path/to/your/fcgi/program" -x -w 3 -a "--opt1 val1 --opt2 val2" -- myapp
vf -m stop -- myapp
vf -m restart -- myapp
vf -m quit -- myapp
vf -m status -- myapp
[Unit] Description=Vely FastCGI Program Manager for [<app name>] application. After=network.target [Service] Type=forking ExecStart=/usr/bin/vf <app name> ExecStop=/usr/bin/vf -m quit <app name> KillMode=process Restart=on-failure User=<app owner> [Install] WantedBy=multi-user.target
pkg-config systemd --variable=systemdsystemunitdir