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

2023-04-19 Thread Bill Steinberg
Thanks, I will try using forking, setting ExecStart and EnvironmentFile as you suggested. > On Apr 18, 2023, at 1:46 PM, Barry wrote: > > > >> On 18 Apr 2023, at 14:54, Bill Steinberg wrote: >> >>  >>> >>> "Directly" means *not using wrapper scripts.* You can put command line >>> argumen

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] 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] One shot service failure on Fedora 37

2023-04-17 Thread Mantas Mikulėnas
On Tue, Apr 18, 2023, 02:59 Bill Steinberg wrote: > > Hi Barry, > > Thanks for the response. Answers inline below. > > On Apr 17, 2023, at 5:09 PM, Barry wrote: > > > > On 17 Apr 2023, at 19:05, Bill Steinberg wrote: > > Hello systemd devel, > > I have a systemd service that I’ve run on prior

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

2023-04-17 Thread Bill Steinberg
Hi Barry, Thanks for the response. Answers inline below. > On Apr 17, 2023, at 5:09 PM, Barry wrote: > > > >> On 17 Apr 2023, at 19:05, Bill Steinberg wrote: >> >> Hello systemd devel, >> >> I have a systemd service that I’ve run on prior versions of fedora which >> fails to start via s

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

2023-04-17 Thread Barry
> On 17 Apr 2023, at 19:05, Bill Steinberg wrote: > > Hello systemd devel, > > I have a systemd service that I’ve run on prior versions of fedora which > fails to start via systemd on Fedora release 37. It is a oneshot service that > starts the distributed checksum clearing house’s dccifd s

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

2023-04-17 Thread Bill Steinberg
Hello systemd devel, I have a systemd service that I’ve run on prior versions of fedora which fails to start via systemd on Fedora release 37. It is a oneshot service that starts the distributed checksum clearing house’s dccifd service via a shell script. Here is the definition of the service: