]> git.ipfire.org Git - thirdparty/asterisk.git/commit
contrib/systemd: Added note on common issues with systemd and asterisk
authorJaco Kroon <jaco@uls.co.za>
Wed, 23 Dec 2020 17:41:10 +0000 (19:41 +0200)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 11 Jan 2021 16:25:06 +0000 (10:25 -0600)
commit7df88c98d034f8b918e4ff86c9d0756f54aad0c4
tree330aee7aeadf57d524d9493bca6690ce9126de87
parent7ed20b9d3b8447f54316af01c523231bf7dafffc
contrib/systemd: Added note on common issues with systemd and asterisk

With newer version of linux /var/run/ is a symlink to /run/ that has
been turned into tmpfs.

Added note that if asterisk has to bind to a specific IP that
systemd has to wait until the network is up.

Added note on how to make sure that the environment variable
HOSTNAME is included.

ASTERISK-29216
Reported by: Mark Petersen
Tested by: Mark Petersen

Change-Id: Ib3e560655befd3e99eec743687144f5569533379
contrib/systemd/asterisk.service