Trying to build and use Asterisk 18.1 on Centos 8 Linux.
The build process creates asterisk.service file for systemd.
[Service]
Type=notify
Environment=HOME=/var/lib/asterisk
WorkingDirectory=/var/lib/asterisk
User=asterisk
Group=asterisk
ExecStart=/usr/sbin/asterisk -mqf -C /etc/asterisk/asterisk.conf
ExecReload=/usr/sbin/asterisk -rx ‘core reload’
Type=notify does not work at all even as root.
I have to change it to Type=simple
Then it works but only if setup to run as root.
Any pointers of help available?
I have been at it for three days and have not found anything that has been helpful.
Thanks!