Changeset 58615 in vbox
- Timestamp:
- Nov 9, 2015 11:36:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r58399 r58615 167 167 ln -s "${script}" "/sbin/rc${name}" 168 168 if test -x "`which systemctl 2>/dev/null`"; then 169 if ! test - L/sbin/init || ls -l /sbin/init | grep -q ">.*systemd"; then169 if ! test -f /sbin/init || ls -l /sbin/init | grep -q ">.*systemd"; then 170 170 { systemd_wrap_init_script "$script" "$name"; return; } 171 171 fi
Note:
See TracChangeset
for help on using the changeset viewer.