onionr/install/post_install.sh
2019-07-22 16:59:48 -07:00

5 lines
82 B
Bash
Executable file

#!/bin/sh
systemctl daemon-reload
systemctl enable onionr
systemctl start onionr