Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/files/, sys-process/at/
Date: Thu, 15 Jul 2021 12:08:44
Message-Id: 1626350860.3d94ef8bd062be20b212c77886e8c8607a04bec1.sbraz@gentoo
1 commit: 3d94ef8bd062be20b212c77886e8c8607a04bec1
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 15 11:37:01 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 15 12:07:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d94ef8b
7
8 sys-process/at: fix systemd warning
9
10 The unit would cause the following warning to be issued:
11 Standard output type syslog is obsolete, automatically updating to journal.
12 Please update your unit file, and consider removing the setting altogether.
13
14 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
15
16 sys-process/at/{at-3.2.2-r1.ebuild => at-3.2.2-r2.ebuild} | 0
17 sys-process/at/files/atd.service | 2 --
18 2 files changed, 2 deletions(-)
19
20 diff --git a/sys-process/at/at-3.2.2-r1.ebuild b/sys-process/at/at-3.2.2-r2.ebuild
21 similarity index 100%
22 rename from sys-process/at/at-3.2.2-r1.ebuild
23 rename to sys-process/at/at-3.2.2-r2.ebuild
24
25 diff --git a/sys-process/at/files/atd.service b/sys-process/at/files/atd.service
26 index 164fc2c0cb7..5e5898e0fa1 100644
27 --- a/sys-process/at/files/atd.service
28 +++ b/sys-process/at/files/atd.service
29 @@ -6,8 +6,6 @@ After=networking.target
30 Type=forking
31 ExecStart=/usr/sbin/atd
32 PIDFile=/run/atd.pid
33 -StandardOutput=syslog
34 -StandardError=syslog
35
36 [Install]
37 WantedBy=multi-user.target