#!/sbin/openrc-run # Copyright 2026 Klaus Ethgen # Distributed under the terms of the GNU General Public License v2 name="UDPmask daemon" description="UDPmask service" command=/usr/bin/udpmask pidfile=/run/udpmask/udpmask.pid command_args="${udpmask_args} -d -P $pidfile" command_user="nobody:nobody" depend() { before openvpn } start_pre() { checkpath --directory --mode 0700 --owner nobody:nobody "/run/udpmask" }