Skip to content

Commit

Permalink
dont enable service
Browse files Browse the repository at this point in the history
  • Loading branch information
antedebaas committed Sep 2, 2023
1 parent 7ca3ede commit d7b3c2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions installservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ cat $SCRIPT_DIR/systemd/dmarcmailcheck.service | sed -e 's@{PATH}@'$SCRIPT_DIR'@
cp $SCRIPT_DIR/systemd/dmarcmailcheck.timer /usr/lib/systemd/system/dmarcmailcheck.timer
echo "Reloading systemd daemon..."
systemctl daemon-reload
echo "enable dmarcmailcheck service..."
systemctl enable dmarcmailcheck
echo "start dmarcmailcheck timer..."
systemctl start dmarcmailcheck.timer

0 comments on commit d7b3c2f

Please sign in to comment.