|
|
|
|
|
by ephaeton
1861 days ago
|
|
You can use systemd-escape(1) to have it generate the correct unit name for you, e.g.:
systemctl status $(systemd-escape --path /home --suffix mount)
Yeah, complicated and verbose, but reliable and integrates into systemd mindset very well. |
|