Skip to content

Commit

Permalink
[rust-motd] Fix path to motd in crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Nov 30, 2021
1 parent 8c521e7 commit 557624c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/crontab
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*/2 * * * * /home/marcel/.dotfiles/cron/hibernate-on-low-battery.sh
*/15 * * * * [ $(du -k .xsession-errors | awk '{ print $1 }') -gt 5000000 ] && tail -10000 /home/$(whoami)/.xsession-errors > /home/$(whoami)/.xsession-errors
*/5 * * * * export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus; /home/marcel/code/rust_motd/target/debug/rust_motd > /home/marcel/.local/etc/motd
*/5 * * * * export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus; /usr/bin/rust-motd > /home/marcel/.local/etc/motd

0 comments on commit 557624c

Please sign in to comment.