Once upon a time, Jonathan Ryshpan <jonr...@pacbell.net> said:
> This unit 
>    $ cat /etc/systemd/system/noip-duc.service  
>    [Unit]
>    Description=No-IP Dynamic Update Client
>    After=network.target auditd.service

This should probably be network-online.target.

> always fails at boot time with the message status=2/INVALIDARGUMENT

That's the exit code from the program.  It is probably the return code
from a system call made within the program, not in response to some
command-line argument.  But if the program runs before the network is up
and doesn't handle waiting, that's the most likely culprit.

-- 
Chris Adams <li...@cmadams.net>
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to