sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sks-devel] couple questions


From: James Cloos
Subject: Re: [Sks-devel] couple questions
Date: Fri, 10 Jun 2016 11:04:22 -0400
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

>>>>> "FS" == Fabian Santiago <address@hidden> writes:

FS> the entire execstart command line portion is wrapped in qoutes:
FS> ExecStart=/bin/bash -c "cd /srv/sks; /usr/bin/sks db -disable_mailsync
FS> -hkp_address 127.0.0.1 ::1"

Bash does not see the quotes around the argument to -c.

If []s is the issue, try:

 ExecStart=/bin/bash -c "cd /srv/sks; /usr/bin/sks db -disable_mailsync 
-hkp_address 127.0.0.1 -hkp_address '[::1]'"

But the earlier recomendation was two -hkp_address options, not one with
two addresses, so you also should try:

 ExecStart=/bin/bash -c "cd /srv/sks; /usr/bin/sks db -disable_mailsync 
-hkp_address 127.0.0.1 -hkp_address ::1"

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 0x997A9F17ED7DAEA6



reply via email to

[Prev in Thread] Current Thread [Next in Thread]