Skip to content

Commit

Permalink
Merge pull request #22 from Ratler/systemd-sysv
Browse files Browse the repository at this point in the history
systemd-sysv: Added proper depends and an alternative pidof
  • Loading branch information
sofar committed Jul 17, 2012
2 parents 16fbc08 + be4cc80 commit 5455ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/systemd-sysv/BUILD
Expand Up @@ -11,6 +11,7 @@
ln -sf /usr/bin/systemctl /sbin/reboot &&
ln -sf /usr/bin/systemctl /sbin/runlevel &&
ln -sf /usr/bin/systemctl /sbin/shutdown &&
ln -sf /usr/bin/systemctl /sbin/telinit
ln -sf /usr/bin/systemctl /sbin/telinit &&
ln -sf /bin/pgrep /bin/pidof

) > $C_FIFO
2 changes: 2 additions & 0 deletions system/systemd-sysv/DEPENDS
@@ -0,0 +1,2 @@
depends systemd
depends procps

0 comments on commit 5455ebc

Please sign in to comment.