[Git][pkg-voip-team/asterisk][master] 2 commits: Set default systemd config to avoid console output to syslog.
Bernhard Schmidt (@berni)
gitlab at salsa.debian.org
Mon Nov 1 22:39:40 GMT 2021
Bernhard Schmidt pushed to branch master at Debian VoIP Packaging Team / asterisk
Commits:
f33d70de by Utkarsh Gupta at 2021-11-01T23:15:48+01:00
Set default systemd config to avoid console output to syslog.
Closes: #985314, #971090
- - - - -
2c105c6b by Bernhard Schmidt at 2021-11-01T23:16:51+01:00
Changelog for 1:16.16.1~dfsg-4
- - - - -
2 changed files:
- debian/changelog
- debian/patches/systemd.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+asterisk (1:16.16.1~dfsg-4) unstable; urgency=medium
+
+ [ Utkarsh Gupta ]
+ * Set default systemd config to avoid console output to syslog.
+ (Closes: #985314, #971090)
+
+ -- Bernhard Schmidt <berni at debian.org> Mon, 01 Nov 2021 23:16:15 +0100
+
asterisk (1:16.16.1~dfsg-3) unstable; urgency=medium
[ Bernhard Schmidt ]
=====================================
debian/patches/systemd.patch
=====================================
@@ -96,6 +96,12 @@ Last-Update: 2016-04-02
+RestartSec=1
+WorkingDirectory=__ASTERISK_VARLIB_DIR__
+
++# The following two lines are by default set to null so as to avoid
++# unnecessary console output to syslog. However, if you to, you can
++# further edit /etc/asterisk/logger.conf to log output to syslog.
++StandardOutput=null
++StandardError=null
++
+# Extra settings:
+# If you want to set them, you can add them to a file in the directory
+# /lib/systemd/system/asterisk.service.d/ with the extension .conf.
View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/-/compare/5b3f72fbb089f7eb41e471fd2b9bfff6d497525c...2c105c6b00212752f1fffb39f041f39e35e5bfce
--
View it on GitLab: https://salsa.debian.org/pkg-voip-team/asterisk/-/compare/5b3f72fbb089f7eb41e471fd2b9bfff6d497525c...2c105c6b00212752f1fffb39f041f39e35e5bfce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20211101/ca7b5b5f/attachment.htm>
More information about the Pkg-voip-maintainers
mailing list