Reload daemon before enabling onionr on Arch Linux installation script
This commit is contained in:
parent
a9f63b05c7
commit
3b70c9e95e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user