Skip to content

Commit

Permalink
ansible: Prevent systemctl from blocking waiting for a password
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 28, 2024
1 parent a3609a3 commit 542de36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/rsync/files/motis-update-feeds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ cp -r /srv/rsync/transitous/* /var/lib/motis/
chown motis:motis -R /var/lib/motis/data/

echo "Restarting MOTIS…"
systemctl restart motis.service
systemctl --no-ask-password restart motis.service

0 comments on commit 542de36

Please sign in to comment.