Onionr/install/post_install.sh
2019-07-20 10:43:55 -07:00

6 lines
82 B
Bash
Executable File

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