9 lines
128 B
SYSTEMD
9 lines
128 B
SYSTEMD
|
[Unit]
|
||
|
Description=Slave FW Autostarter
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/root/slavefw.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|