We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8f2fb commit 9cdeb4dCopy full SHA for 9cdeb4d
README.md
@@ -6,11 +6,11 @@ PHP extension allowing native interaction with systemd and journald
6
Installation
7
============
8
9
- yum install php-devel systemd-devel
+ sudo yum install -y php-devel systemd-devel
10
phpize
11
./configure --enable-systemd
12
make
13
- make install
+ sudo make install
14
echo "extension=systemd.so" | sudo tee /etc/php.d/systemd.ini
15
echo "<?php echo sd_journal_send('MESSAGE=hello world');" | php
16
0 commit comments