mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
6 lines
179 B
Bash
Executable file
6 lines
179 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
install -o ctf -m 0644 /dev/null /var/lib/ctf/tokens.db
|
|
install -o ctf -m 0644 /dev/null /var/lib/ctf/claim.db
|
|
exec tcpsvd -u ctf 0 1 /opt/mcp/bin/in.tokend
|