Comment 5 for bug 1916715

Revision history for this message
Adam Dyess (addyess) wrote :

This change didn't work for me in bionic
because of this:

/lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target

i had to change this:
ExecStart=mkdir -p /etc/rtslib-fb-target

to this:
ExecStart=/bin/mkdir -p /etc/rtslib-fb-target