New review comment by ailiop-git on void-packages repository https://github.com/void-linux/void-packages/pull/31332#discussion_r647237436 Comment: There are no configure options as by default spiped runs with the current user privileges, unless the -u option is passed. It's so that an account doesn't have to be created manually and so that we have "standardized" sandbox accounts as much as possible. Ideally this would be accompanied by a sv script, but given that a tunnel can be created for any arbitrary service/port I wasn't sure if I should provide one. Would it make sense to provide a run script that needs a related conf file (for configuring the various options)? Also, that would cover a single tunnel instance only, anyone that needs more would need to create more services (e.g. /etc/sv/spiped-tunnel-N etc.).