commit:     3d94ef8bd062be20b212c77886e8c8607a04bec1
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 15 11:37:01 2021 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jul 15 12:07:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d94ef8b

sys-process/at: fix systemd warning

The unit would cause the following warning to be issued:
Standard output type syslog is obsolete, automatically updating to journal.
Please update your unit file, and consider removing the setting altogether.

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 sys-process/at/{at-3.2.2-r1.ebuild => at-3.2.2-r2.ebuild} | 0
 sys-process/at/files/atd.service                          | 2 --
 2 files changed, 2 deletions(-)

diff --git a/sys-process/at/at-3.2.2-r1.ebuild 
b/sys-process/at/at-3.2.2-r2.ebuild
similarity index 100%
rename from sys-process/at/at-3.2.2-r1.ebuild
rename to sys-process/at/at-3.2.2-r2.ebuild

diff --git a/sys-process/at/files/atd.service b/sys-process/at/files/atd.service
index 164fc2c0cb7..5e5898e0fa1 100644
--- a/sys-process/at/files/atd.service
+++ b/sys-process/at/files/atd.service
@@ -6,8 +6,6 @@ After=networking.target
 Type=forking
 ExecStart=/usr/sbin/atd
 PIDFile=/run/atd.pid
-StandardOutput=syslog
-StandardError=syslog
 
 [Install]
 WantedBy=multi-user.target

Reply via email to