onionr/install/post_install.sh

6 lines
82 B
Bash
Executable File

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