Package: sysfsutils
Version: 2.1.1-1
Severity: wishlist

It might be nice if sysfsutils provided a systemd service file. I guess it would be a simple oneshot service.

I was thinking maybe the existing systemd-sysctl.service file would be a useful starting point, but then I realized that systemd seems to provide that itself (rather than procps):

$ dpkg -L systemd |grep sysctl
/etc/sysctl.d
/lib/systemd/system/systemd-sysctl.service
/lib/systemd/systemd-sysctl
/usr/lib/sysctl.d
/usr/lib/sysctl.d/50-pid-max.conf
/usr/share/man/man5/sysctl.d.5.gz
/usr/share/man/man8/systemd-sysctl.service.8.gz
/etc/sysctl.d/99-sysctl.conf
/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
/usr/share/man/man8/systemd-sysctl.8.gz

So having systemd do it is another option I guess. But procps is Priority: important and sysfsutils is Priority: optional, so sysfs isn't necessarily installed on all systems with systemd like procps is. So now I am unsure which is the best way to implement.

What do you think?

Thanks,

--
Matt Taggart
m...@lackof.org

Reply via email to