p4_testbed/scripts/l1switch.service
Tuan-Dat Tran 5857beeaf6 feat(automation/deployment): Added script to autodeploy and setup wedge and nodes
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-12-31 15:17:29 +01:00

14 lines
233 B
Desktop File

[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