Skip to content

Commit

Permalink
systemd-sysv: Added proper depends and an alternative pidof
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jul 17, 2012
1 parent 7bec2d8 commit be4cc80
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 be4cc80

Please sign in to comment.