Re: Writing a systemd service file

2017-06-30 Thread Alex
Hi, On Fri, Jun 30, 2017 at 6:41 PM, Ed Greshko wrote: > On 07/01/17 06:33, Rick Stevens wrote: >> On 06/30/2017 01:50 PM, Garry T. Williams wrote: >>> On Thursday, June 29, 2017 11:27:04 PM EDT Alex wrote: When I attempt to start the service, journalctl -xe shows me: Validation failed

Re: Writing a systemd service file

2017-06-30 Thread Ed Greshko
On 07/01/17 06:33, Rick Stevens wrote: > On 06/30/2017 01:50 PM, Garry T. Williams wrote: >> On Thursday, June 29, 2017 11:27:04 PM EDT Alex wrote: >>> When I attempt to start the service, journalctl -xe shows me: >>> Validation failed for option 'ModulesDir' with value >>> '/usr/local/savapi-sdk-l

Re: Writing a systemd service file

2017-06-30 Thread Rick Stevens
On 06/30/2017 01:50 PM, Garry T. Williams wrote: > On Thursday, June 29, 2017 11:27:04 PM EDT Alex wrote: >> When I attempt to start the service, journalctl -xe shows me: >> Validation failed for option 'ModulesDir' with value >> '/usr/local/savapi-sdk-linux_glibc24_x86_64/modules'. Path cannot be

Re: Writing a systemd service file

2017-06-30 Thread Garry T. Williams
On Thursday, June 29, 2017 11:27:04 PM EDT Alex wrote: > When I attempt to start the service, journalctl -xe shows me: > Validation failed for option 'ModulesDir' with value > '/usr/local/savapi-sdk-linux_glibc24_x86_64/modules'. Path cannot be > accessed (no write permission). > > ModulesDir is /

Re: Writing a systemd service file

2017-06-30 Thread stan
On Thu, 29 Jun 2017 23:27:04 -0400 Alex wrote: > Hi, > I'm trying to write a service file for a daemon and having some > problems. I believe the issue is with the ability to give the process > write and read access to parts of the filesystem which appear to > somehow be restricted. [snip] You'l

Writing a systemd service file

2017-06-29 Thread Alex
Hi, I'm trying to write a service file for a daemon and having some problems. I believe the issue is with the ability to give the process write and read access to parts of the filesystem which appear to somehow be restricted. The daemon is the Avira virus scanner, which runs under amavisd-new. Th