Searched refs:automount_unit (Results 1 - 1 of 1) sorted by relevance

/systemd/src/fstab-generator/
H A Dfstab-generator.c241 *automount_name = NULL, *automount_unit = NULL, local
354 automount_unit = strjoin(arg_dest, "/", automount_name, NULL);
355 if (!automount_unit)
359 f = fopen(automount_unit, "wxe");
361 return log_error_errno(errno, "Failed to create unit file %s: %m", automount_unit);
392 return log_error_errno(r, "Failed to write unit file %s: %m", automount_unit);
400 if (symlink(automount_unit, lnk) < 0)

Completed in 932 milliseconds