After 10+ years of LXDE/OpenRC I decided to give Gnome/systemd a try.
1. With OpenRC I used hdparm to put an external USB disk to sleep:
$ cat /etc/conf.d/hdparm
sdb_args="-S24"
Looks like systemd does not provide a unit file for hdparm yet, right? If so I suppose
I'll have to write my own.
In general I suppose the same holds for everything that was under /etc/local.d/
2. Which OpenRC-related packages can I unmerge?
- sys-apps/sysvinit
- sys-apps/openrc
- app-admin/sysklogd
- cron/anacron after transition to systemd timers
- sys-apps/debianutils provides savelog functionality also provided by systemd but also
installkernel so I shall not remove it
- others?
thanks
raffaele