kopia lustrzana https://github.com/OpenDroneMap/WebODM
16 wiersze
414 B
INI
16 wiersze
414 B
INI
[Unit]
|
|
Description=Start WebODM Nginx Service Container
|
|
After=syslog.target network.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/nginx.pid
|
|
ExecStartPre=/usr/sbin/nginx -t -c /webodm/nginx/nginx.conf
|
|
ExecStart=/usr/sbin/nginx -c /webodm/nginx/nginx.conf
|
|
ExecReload=/usr/sbin/nginx -s reload
|
|
ExecStop=/bin/kill -s QUIT $MAINPID
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|