暂存-安装服务
This commit is contained in:
16
aio-3d-main.service
Normal file
16
aio-3d-main.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=AIO 3D Printer Slice and Manage Platform
|
||||
After=aio-3d-huey.service network.target
|
||||
Wants=aio-3d-huey.service network.target
|
||||
|
||||
[Service]
|
||||
User=1000
|
||||
|
||||
WorkingDirectory=/home/lhye200/AIO_3D_Print_Exp/
|
||||
ExecStart=/home/lhye200/AIO_3D_Print_Exp/run_main.sh
|
||||
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user