On Tue, Apr 18, 2023 at 8:37 AM Chuck Tuffli wrote:
>
> On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering
> wrote:
> ...
> > > # losetup --find --show /tmp/portable-walkthrough-go.raw
> > > /dev/loop1
> > > # mount /dev/loop1 /mnt
> > > # cd /mnt
> > > # ls -l usr/bin
> > > total 6172
> > > -rwx
On 18 Apr 2023, at 14:54, Bill Steinberg wrote:"Directly" means *not using wrapper scripts.* You can put command line arguments in ExecStart.Is there a way to run a shell script in a systemd which runs this type of command: "eval $DCC_LIBEXEC/dccifd $DCCIFD_ARGS”. The Distributed Checksum Clearin
On Tue, Apr 18, 2023 at 1:43 AM Lennart Poettering
wrote:
...
> > # losetup --find --show /tmp/portable-walkthrough-go.raw
> > /dev/loop1
> > # mount /dev/loop1 /mnt
> > # cd /mnt
> > # ls -l usr/bin
> > total 6172
> > -rwxrwxr-x 1 ctuffli ctuffli 6319344 Apr 2 16:05 portable-walkthrough-go
> > #
> "Directly" means *not using wrapper scripts.* You can put command line
> arguments in ExecStart.
Is there a way to run a shell script in a systemd which runs this type of
command: "eval $DCC_LIBEXEC/dccifd $DCCIFD_ARGS”. The Distributed Checksum
Clearinghouses shell scripts end up running thi
A public thank you to Arsenii for the input and suggestions! I am working
through this and will respond and findings to the list for posterity.
Thank you
On Mo, 17.04.23 06:48, Chuck Tuffli (ctuf...@gmail.com) wrote:
> On Mon, Apr 17, 2023 at 4:48 AM Lennart Poettering
> wrote:
> >
> > On Fr, 14.04.23 09:14, Chuck Tuffli (ctuf...@gmail.com) wrote:
> >
> > > On Thu, Apr 13, 2023 at 4:14 PM Luca Boccassi
> > > wrote:
> > > ...
> > > > Can't reprod