Hi Nikolaus, Nikolaus Rath wrote:
>> /bin/systemd-notify --ready --status="Waiting for data..." > > If you use systemd-notify, you should set "Type = notify". However, you > don't actually need to use systemd-notify -- mount.s3ql is already doing > that for you. A cool – nice to know. If I recall correctly I tried |Type=notify| and it did not work (probably was S3QL 2.17 and Debian 8 back then). I did not bother to figure out why since it works great with |Type=simple| for my use case but it probably was a problem with my self-packaged .deb. >> > echo executing mount.s3ql $MOUNT_OPTS "$STORAGE_URL" "$MOUNTPOINT" >> > exec /usr/bin/mount.s3ql $MOUNT_OPTS "$STORAGE_URL" "$MOUNTPOINT" > > ... and this should be run with --foreground, *especially* if you use > "Type = simple". Yes, |--fg| is in the |$MOUNT_OPTS| -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
