On Debian 9, I want to run a bash script on boot. So I did this: /etc/systemd/system/iptable Code: #!/bin/bash ip addr add 192.168.1.40/24 ...
確定! 回上一頁