Skip to content

Commit

Permalink
More sudo where necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstrauss committed Mar 6, 2014
1 parent 2f8f2fb commit 9cdeb4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ PHP extension allowing native interaction with systemd and journald
Installation
============

yum install php-devel systemd-devel
sudo yum install -y php-devel systemd-devel
phpize
./configure --enable-systemd
make
make install
sudo make install
echo "extension=systemd.so" | sudo tee /etc/php.d/systemd.ini
echo "<?php echo sd_journal_send('MESSAGE=hello world');" | php

Expand Down

0 comments on commit 9cdeb4d

Please sign in to comment.