Changeset 58224 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 14, 2015 7:51:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r58216 r58224 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 -L /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.