From: mobinmob Date: Fri, 16 Apr 2021 09:37:18 +0000 (+0300) Subject: New service: parprouted. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6260ce34e72e2bf85aedd2d5670b38e361c17a46;p=avyssos%2Fvoid-66-services.git New service: parprouted. --- diff --git a/usr/share/66/service/parprouted b/usr/share/66/service/parprouted new file mode 100644 index 0000000..aa9a792 --- /dev/null +++ b/usr/share/66/service/parprouted @@ -0,0 +1,14 @@ +[main] +@type = classic +@version = 0.0.1 +@description = "proxy ARP ip bridging daemon" +@user = ( root ) + + +[start] +@execute = ( execl-cmdline -s { parprouted ${cmd_args} } ) + +[environment] +# -d is necessary so that the daemon can run on the foreground. +# Other switches are needed for the daemon to be usefull. +cmd_args=!-d