angie/angie.service
2022-11-04 00:31:26 +03:00

14 lines
432 B
Desktop File

[Unit]
Description=A high performance web server and reverse proxy server
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
PIDFile=/run/angie.pid
ExecStartPre=/usr/sbin/angie -t -c /etc/angie/angie.conf
ExecStart=/usr/sbin/angie -c /etc/angie/angie.conf
ExecReload=/usr/sbin/angie -c /etc/angie/angie.conf -s reload
ExecStop=/usr/sbin/angie -s quit
[Install]
WantedBy=multi-user.target