feat(automation/deployment): Added script to autodeploy and setup wedge and nodes
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
13
scripts/l1switch.service
Normal file
13
scripts/l1switch.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Run L1Switch Program
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/user/bf-sde-9.7.0/l1switch.sh
|
||||
WorkingDirectory=/home/user/bf-sde-9.7.0
|
||||
User=root
|
||||
Group=root
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user