mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 22:07:49 +00:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
case "$1" in
|
||
|
configure)
|
||
|
adduser --system --group --home /var/lib/zerotier-one --no-create-home zerotier-one
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
#DEBHELPER#
|