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

8 lines
116 B
Plaintext
Raw Normal View History

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