Open yoursunny opened 7 years ago
No. Such dependency should not be specified. The custom-content nfd-start
/stop
scripts was my attempt to prevent starting NFD by non-system provided means. If I figure out how to not install these script, I would do it instead. If it is too complicated, then I'll just print a diagnostic message that other way of starting NFD should be used.
I could agree that a dependency on systemd is not desired. However, as long as it's still needed by the current script, it should be specified as a dependency.
nfd-start
command installed bynfd
package usessystemctl
command which comes fromsystemd
package, sosystemd
should be listed as a dependency.