mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 23:31:34 +01:00
5 lines
81 B
Bash
5 lines
81 B
Bash
#!/bin/sh
|
|
adduser -h /var/run/tor -s /sbin/nologin -S -D tor 2>/dev/null
|
|
exit 0
|
|
|