From: Bdale Garbee Date: Wed, 5 Aug 2020 19:58:01 +0000 (-0600) Subject: craft an systemd service file X-Git-Tag: debian/1.1.10 X-Git-Url: https://git.gag.com/?p=debian%2Fipip;a=commitdiff_plain;h=d5c047e77ff3a1610bf758a76611fec28aa65237 craft an systemd service file --- diff --git a/debian/ipip.service b/debian/ipip.service new file mode 100644 index 0000000..8317652 --- /dev/null +++ b/debian/ipip.service @@ -0,0 +1,10 @@ +[Unit] +Description=IP over IP encapsulation daemon + +[Service] +Type=simple +ExecStart=/usr/sbin/ipip + +[Install] +WantedBy=multi-user.target +