5857beeaf6
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
14 lines
233 B
Desktop File
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
|