Update README.md
This commit is contained in:
parent
e236815388
commit
a8abedb5b8
10
README.md
10
README.md
|
@ -260,7 +260,15 @@ $ sudo systemctl start rc.local
|
|||
# 附註 orbit
|
||||
底下#!/bin/bash請務必要加
|
||||
#!/bin/bash
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: ruling.digital
|
||||
# Required-Start: $network
|
||||
# Required-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Start orbit daemon at boot time
|
||||
# Description: Start orbit daemon at boot time
|
||||
### END INIT INFO
|
||||
ORBIT_USER=rulingcom
|
||||
|
||||
if [ -f "/home/$ORBIT_USER/.rvm/scripts/rvm" ]; then
|
||||
|
|
Loading…
Reference in New Issue