Changes of Revision 5
[-] [+] | Changed | bird.spec |
[-] [+] | Changed | bird.init ^ |
@@ -10,6 +10,14 @@ # # processname: bird # config: /etc/bird.conf +### BEGIN INIT INFO +# Provides: bird +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs +# Default-Start: 3 5 +# Default-Stop: 0 1 2 6 +# Description: Starts bird +### END INIT INFO # Source function library. |