Skip to content

ddclient start exec path incorrect #397

Description

@stratacast

Seems in a recent update the path for ddclient's binary changed and the manifest is not correct

--- ddclient.xml.org    2024-12-16 23:32:20.884196587 +0000
+++ ddclient.xml        2024-12-16 23:32:25.751420779 +0000
@@ -10,7 +10,7 @@
     <dependency name='filesystem' grouping='require_all' restart_on='error' type='service'>
       <service_fmri value='svc:/system/filesystem/local'/>
     </dependency>
-    <exec_method name='start' type='method' exec='/opt/local/sbin/ddclient -file %{config_file}' timeout_seconds='60'/>
+    <exec_method name='start' type='method' exec='/opt/local/bin/ddclient -file %{config_file}' timeout_seconds='60'/>
     <exec_method name='stop' type='method' exec=':kill' timeout_seconds='60'/>
     <property_group name='application' type='application'>
       <propval name='config_file' type='astring' value='/opt/local/etc/ddclient.conf'/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions