11 lines
194 B
Desktop File
11 lines
194 B
Desktop File
[Unit]
|
|
Description=Slave FW Autostarter
|
|
|
|
[Service]
|
|
WorkingDirectory=/root/
|
|
Type=forking
|
|
ExecStart=/bin/bash /root/frankenrouter/slavefw.sh
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|