ลืมรหัสผ่าน
 ลงทะเบียน
ค้นหา
แท็กยอดนิยม: สังสรรค์ หาเพื่อน discuz
ดู: 398|ตอบกลับ: 0

How to run a Linux Program on Startup

[คัดลอกลิงก์]
ไม่ระบุชื่อ
ไม่ระบุชื่อ  โพสต์ 2023-4-12 11:30:34 |โหมดอ่าน
  1. Run this command
    sudo nano /etc/systemd/system/YOUR_SERVICE_NAME.service
  2. Paste in the command below. Press ctrl + x then y to save and exit
    Description=GIVE_YOUR_SERVICE_A_DESCRIPTION
    
    Wants=network.target
    After=syslog.target network-online.target
    
    [Service]
    Type=simple
    ExecStart=YOUR_COMMAND_HERE
    Restart=on-failure
    RestartSec=10
    KillMode=process
    
    [Install]
    WantedBy=multi-user.target
  3. Reload services

    sudo systemctl daemon-reload
  4. Enable the service

    sudo systemctl enable YOUR_SERVICE_NAME
  5. Start the service
    sudo systemctl start YOUR_SERVICE_NAME
  6. Check the status of your service
    systemctl status YOUR_SERVICE_NAME
  7. Reboot your device and the program/script should be running. If it crashes it will attempt to restart
ขออภัย! คุณไม่ได้รับสิทธิ์ในการดำเนินการในส่วนนี้ กรุณาเลือกอย่างใดอย่างหนึ่ง เข้าสู่ระบบ | ลงทะเบียน

รายละเอียดเครดิต

Archiver|ประวัติการแบน|Thank Cloud

GMT+7, 2024-10-7 02:55 , Processed in 0.078295 second(s), 18 queries .

Powered by Discuz! X3.5, Rev.5

© 2001-2023 Discuz! Team.

ตอบกระทู้ ขึ้นไปด้านบน ไปที่หน้ารายการกระทู้