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

6 lines
82 B
Bash
Executable File

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