diff --git a/gatekeeper/rohannet.service b/gatekeeper/rohannet.service new file mode 100644 index 0000000..dbb8cb1 --- /dev/null +++ b/gatekeeper/rohannet.service @@ -0,0 +1,10 @@ +[Unit] +Description=Connexion à RohanNet + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/bin/bash /usr/lib/systemd/scripts/rohannet_setup.sh + +[Install] +WantedBy=multi-user.target