Adding Patching Operations;provides relibility and self-healing capabilities for service

This commit is contained in:
markeryang 2022-10-22 15:55:06 +08:00
parent 52bbb4730b
commit fe6daf0324
2 changed files with 10 additions and 3 deletions

12
at.spec
View File

@ -1,6 +1,6 @@
Name: at Name: at
Version: 3.2.2 Version: 3.2.2
Release: 1 Release: 2
Summary: A job manager Summary: A job manager
License: GPLv3+, GPLv2+, ISC, MIT, Public Domain License: GPLv3+, GPLv2+, ISC, MIT, Public Domain
URL: http://ftp.debian.org/debian/pool/main/a/at URL: http://ftp.debian.org/debian/pool/main/a/at
@ -39,9 +39,8 @@ AT and batch delay command scheduling utility and daemon.
%package_help %package_help
%prep %prep
%setup -q %autosetup -n %{name}-%{version} -p1
cp %{SOURCE1} . cp %{SOURCE1} .
%{lua:for i=0,16 do print(string.format("%%patch%u -p1\n", i)) end}
%build %build
autoconf autoconf
@ -125,6 +124,13 @@ chown root:root %{_localstatedir}/spool/at/.SEQ
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Sat Oct 22 2022 yanglongkang<yanglongkang@h-partners.com> - 3.2.2-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Adding Patching Operations
provides relibility and self-healing capabilities for service
* Sat Dec 25 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 3.2.2-1 * Sat Dec 25 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 3.2.2-1
- Type:update - Type:update
- ID:NA - ID:NA

View File

@ -6,6 +6,7 @@ After=syslog.target systemd-user-sessions.service
[Service] [Service]
EnvironmentFile=/etc/sysconfig/atd EnvironmentFile=/etc/sysconfig/atd
ExecStart=/usr/sbin/atd -f $OPTS ExecStart=/usr/sbin/atd -f $OPTS
Restart=on-failure
IgnoreSIGPIPE=no IgnoreSIGPIPE=no
KillMode=process KillMode=process