repaper / gratis

EPD Source codes and Documentation
238 stars 132 forks source link

Error in epd-fuse.service #53

Closed NicolaP8 closed 7 years ago

NicolaP8 commented 7 years ago

Hi, the file epd-fuse.service contains at line 13: ExecStartPre=/usr/bin/mkdir -p ${EPD_MOUNTPOINT} but this is wrong because you can never be sure of the position of mkdir (in my system is /bin). For this exists the PATH.

hxw commented 7 years ago

Problem is that systemd seem to require absolute paths for the executable files :(

[/usr/lib/systemd/system/epd-fuse.service:13] Executable path is not absolute, ignoring: mkdir -p ${EPD_MOUNTPOINT}
hxw commented 7 years ago

Maybe the best solution is to try to detect the programs during make install and used sed to modify the service file. Any better solutions?

francesco-vannini commented 7 years ago

We are also are seeing the same issue. See issue #51 and #61