karlmistelberger

Results 2 comments of karlmistelberger

Why not use mail instead of sendmail? See the following fragment from unit packagekit-background.service # this is when something useful was done if [ $PKCON_RETVAL -ne 5 ]; then #...

The behaviour is explained here: https://unix.stackexchange.com/questions/705839/systemd-firewall-service-unit-type-exec-or-type-oneshot Mutually exclusive services will collide when declared simple. The will chain if declared exec or oneshot: ``` 6700k:~ # grep -r =oneshot /etc/ /etc/systemd/system/dup.service:Type=oneshot...