Skip to content

Commit

Permalink
start timer
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Sep 2, 2023
1 parent 9d16011 commit 7ca3ede
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
systemctl enable dmarcmailcheck
echo "start dmarcmailcheck timer..."
systemctl start dmarcmailcheck.timer

0 comments on commit 7ca3ede

Please sign in to comment.