onionr/install/post_install.sh

6 lines
82 B
Bash
Raw Normal View History

2019-07-22 23:59:48 +00:00
#!/bin/sh
systemctl daemon-reload
systemctl enable onionr
systemctl start onionr