Bug#916749: systemd-cron: Tries to launch unreachable commands

2022-01-02 Thread Alexandre Detiste
control: reassign -1 dma Hi, This looks more like normal behaviour. tchet@brix ~ $ [ -x /usr/sbin/dma ] && /usr/sbin/dma -q1 tchet@brix ~ $ echo $? 1 The crontab should maybe have been written this way, to always return "true". [ -x /usr/sbin/dma ] && /usr/sbin/dma -q1 || true I'm

Bug#916749: systemd-cron: Tries to launch unreachable commands

2018-12-18 Thread Erwan David
Package: systemd-cron Version: 1.5.14-2 Severity: important Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the