6 lines
67 B
Bash
6 lines
67 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
service rsyslog start
|
||
|
service quagga start
|
||
|
fpmsyncd &
|