Onionr/install/post_install.sh

6 lines
82 B
Bash
Raw Normal View History

2019-07-20 17:43:55 +00:00
#!/bin/sh
systemctl daemon-reload
systemctl enable onionr
systemctl start onionr