Reload daemon before enabling onionr on Arch Linux installation script

This commit is contained in:
Arinerron 2019-03-28 11:10:11 -07:00
parent a9f63b05c7
commit 3b70c9e95e
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ cp "$OUTPUT_DIR/install/onionr.service" "$SERVICE"
chmod 644 "$SERVICE"
chown root:root "$SERVICE"
systemctl enable onionr
systemctl daemon-reload
systemctl enable onionr
systemctl start onionr
# pretty header thing