1 - Éditer le fichier de service :
vi /etc/systemd/system/ip_fw.service
[Unit]
Description=Gateway activation for private network
After=network-online.target[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/bash /usr/local/bin/dns_ipfw.sh start[Install]
WantedBy=multi-user.target
2 - [Optionnel] Créer le lien vers systemd :
ln -s /lib/systemd/system/ip_fw.service /etc/systemd/system/multi-user.target.wants/
3 - Recharger le démon systemctl :
systemctl daemon-reload
4 - Activer le nouveau service :
systemctl enable ip_fw.service
et
systemctl start ip_fw.service