void-packages/srcpkgs/NetAuth/files/netauthd/run

8 lines
116 B
Text
Raw Normal View History

2020-08-13 06:27:51 +00:00
#!/bin/sh
[ -r ./conf ] && . ./conf
2020-08-13 06:44:08 +00:00
cd /var/lib/netauth/ || exit 1
2020-08-13 06:27:51 +00:00
2020-08-13 08:27:51 +00:00
exec chpst -u _netauth:_netauth netauthd 2>&1