pkoutoupis / rapiddisk

An Advanced Linux RAM Drive and Caching kernel modules. Dynamically allocate RAM as block devices. Use them as stand alone drives or even map them as caching nodes to slower local disk drives. Access those volumes locally or export them across an NVMe Target network. Manage it all from a web API.
http://www.rapiddisk.org
GNU General Public License v2.0
296 stars 49 forks source link

Absolute path to `sh` in service file causes the service to fail on some systems #156

Closed matteotenca closed 1 year ago

matteotenca commented 1 year ago

ExecstartPre in rapiddiskd.service uses an absolute path to sh, /usr/bin/, but on some system sh is placed in /bin/. This causes the service to fail upon start. Removing the absolute path seems to solve.