diff --git a/installservice.sh b/installservice.sh index 1f0df5a..4593ae2 100644 --- a/installservice.sh +++ b/installservice.sh @@ -6,4 +6,6 @@ cp $SCRIPT_DIR/systemd/dmarcmailcheck.timer /usr/lib/systemd/system/dmarcmailche echo "Reloading systemd daemon..." systemctl daemon-reload echo "enable dmarcmailcheck service..." -systemctl enable dmarcmailcheck.timer \ No newline at end of file +systemctl enable dmarcmailcheck +echo "start dmarcmailcheck timer..." +systemctl start dmarcmailcheck.timer \ No newline at end of file