mirror of
https://github.com/didyouexpectthat/zerotierone.git
synced 2025-03-12 04:35:51 -07:00
10 lines
157 B
Bash
10 lines
157 B
Bash
#!/bin/sh -e
|
|
|
|
case "$1" in
|
|
configure)
|
|
adduser --system --group --home /var/lib/zerotier-one --no-create-home zerotier-one
|
|
;;
|
|
esac
|
|
|
|
#DEBHELPER#
|