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
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
> "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
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
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
> 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
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: