Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
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

Re: [systemd-devel] One shot service failure on Fedora 37

2023-04-18 Thread Barry
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

Re: [systemd-devel] help with portable service

2023-04-18 Thread Chuck Tuffli
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 > > #

Re: [systemd-devel] One shot service failure on Fedora 37

2023-04-18 Thread Bill Steinberg
> "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

Re: [systemd-devel] BindsTo and parameterized instance units

2023-04-18 Thread Simon Mullis
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

Re: [systemd-devel] help with portable service

2023-04-18 Thread Lennart Poettering
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