!12 Fix service description typo, PIDFILE location and cannot open problem
From: @ultra_planet Reviewed-by: @small_leek Signed-off-by: @small_leek
This commit is contained in:
commit
78e4d676fd
@ -1,10 +1,11 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=ritned daemon
|
Description=rinetd daemon
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/rinetd.pid
|
PIDFile=/run/rinetd.pid
|
||||||
ExecStart=/usr/sbin/rinetd
|
ExecStart=/usr/sbin/rinetd
|
||||||
|
ExecStartPost=/usr/bin/sleep 0.1
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%define with_systemd 1
|
%define with_systemd 1
|
||||||
Name: rinetd
|
Name: rinetd
|
||||||
Version: 0.62
|
Version: 0.62
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: TCP Redirection Server
|
Summary: TCP Redirection Server
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: http://www.boutell.com/rinetd/
|
URL: http://www.boutell.com/rinetd/
|
||||||
@ -79,6 +79,9 @@ install -m 644 %SOURCE2 %{buildroot}/etc/logrotate.d/rinetd
|
|||||||
/usr/sbin/rinetd
|
/usr/sbin/rinetd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 13 2021 lingsheng <lingsheng@huawei.com> - 0.62-4
|
||||||
|
- Fix service description typo, PIDFILE location and cannot open problem
|
||||||
|
|
||||||
* Mon Aug 30 2021 caodongxia <caodongxia@huawei.com> - 0.62-3
|
* Mon Aug 30 2021 caodongxia <caodongxia@huawei.com> - 0.62-3
|
||||||
- fix miss rinetd.conf
|
- fix miss rinetd.conf
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user