Skip to content

Commit 53dd0ef

Browse files
Update domain-locker-install.sh to enable auto-start after reboot (#9715)
* Update domain-locker-install.sh It should be `systemctl enable --now`, so service would start again after reboot. * Apply suggestion from @tremor021 --------- Co-authored-by: Slaviša Arežina <[email protected]>
1 parent f31978a commit 53dd0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/domain-locker-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Restart=always
6464
[Install]
6565
WantedBy=multi-user.target
6666
EOF
67-
systemctl start --now -q domain-locker
67+
systemctl enable -q --now domain-locker
6868
msg_info "Created Service"
6969

7070
motd_ssh

0 commit comments

Comments
 (0)