Changeset 69007 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Oct 6, 2017 3:31:05 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/routines.sh
r68319 r69007 123 123 test -n "${unit_path}" || \ 124 124 { echo "$self: systemd unit path not found" >&2 && return 1; } 125 conflicts=`sed -n 's/# *X-Conflicts-With: *\(.*\)/\1/p' "${script}" | sed 's/\$[a-z]*//'` 125 126 description=`sed -n 's/# *Short-Description: *\(.*\)/\1/p' "${script}"` 126 127 required=`sed -n 's/# *Required-Start: *\(.*\)/\1/p' "${script}" | sed 's/\$[a-z]*//'` … … 138 139 Before=${targets}shutdown.target ${before} 139 140 After=${after} 140 Conflicts=shutdown.target 141 Conflicts=shutdown.target ${conflicts} 141 142 142 143 [Service]
Note:
See TracChangeset
for help on using the changeset viewer.