https://bugs.koozali.org/show_bug.cgi?id=11517
bunkobugsy <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
CC| |[email protected]
--- Comment #2 from bunkobugsy <[email protected]> ---
# ll /var/service/httpd-bkpc/log/run
-rwxr-xr-x 1 root root 1187 Oct 5 13:50 /var/service/httpd-bkpc/log/run
# ll /var/service/httpd-bkpc/run
-rwx------ 1 root root 341 Oct 5 13:50 /var/service/httpd-bkpc/run
# cat /usr/lib/systemd/system/httpd-bkpc.service
[Unit]
Description=BackupPC web page
After=network.target
[Service]
Type=forking
#PIDFile=/run/bandwidthd.pid
ExecStart=/var/service/httpd-bkpc/run
[Install]
WantedBy=sme-server.target
Upgraded:
smeserver-BackupPC-0.2-22.el8.sme.noarch
# ll /var/service/httpd-bkpc/log/run
ls: cannot access '/var/service/httpd-bkpc/log/run': No such file or directory
# ll /var/service/httpd-bkpc/run
ls: cannot access '/var/service/httpd-bkpc/run': No such file or directory
# cat /usr/lib/systemd/system/httpd-bkpc.service
[Unit]
Description=BackupPC web page
After=network.target
[Service]
Type=notify
ExecStartPre=/sbin/e-smith/service-status httpd-bkpc
ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/bkpc-conf/httpd.conf
ExecStart=/usr/sbin/httpd -f /etc/httpd/bkpc-conf/httpd.conf -DFOREGROUND
ExecReload=/usr/sbin/httpd -f /etc/httpd/bkpc-conf/httpd.conf -k graceful
ExecStop=/bin/kill -WINCH ${MAINPID}
# We want systemd to give httpd some time to finish gracefully, but still want
# it to kill httpd after TimeoutStopSec if something went wrong during the
# graceful stop. Normally, Systemd sends SIGTERM signal right after the
# ExecStop, which would kill httpd. We are sending useless SIGCONT here to give
# httpd time to finish.
KillSignal=SIGCONT
PrivateTmp=true
[Install]
WantedBy=sme-server.target
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/