소스 검색

Update How to add aroz online service.txt

Toby Chui 3 년 전
부모
커밋
b669b3c003
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      src/documents/How to add aroz online service.txt

+ 5 - 4
src/documents/How to add aroz online service.txt

@@ -1,13 +1,14 @@
 1. CD into systemd service folder
 	cd /etc/systemd/system/
 
+1.5 Enable these two services (if you havn't enable it yet)
+	sudo systemctl enable systemd-networkd.service systemd-networkd-wait-online.service
+	
 2. Create the file like arozos.service
 	sudo nano arozos.service
 
-3.1 Enable these two services
-	sudo systemctl enable systemd-networkd.service systemd-networkd-wait-online.service
 
-3.2. Write the service content as follow (replace your startup directories)
+3. Write the service content as follow (replace your startup directories)
 
 [Unit]
 Description=ArozOS Cloud Service
@@ -30,4 +31,4 @@ WantedBy=multi-user.target
 	sudo systemctl start arozos.service
 
 5. Make it automatically startup during boot
-	sudo systemctl enable arozos.service
+	sudo systemctl enable arozos.service