| UTRANS-RC(1) | User Commands | UTRANS-RC(1) |
utrans-rc - convert systemd units using utrans(1) and then save or install them
utrans-rc [-h] [-b <BACKEND>..] [-n | -o <OUTPUT_DIR>] [-u | <SOURCE_DIR>..]
The following commandline options are supported:-
utrans-rc scans the source directory/directories for systemd.service(5) and systemd.timer(5) units. If no source directory is specified, [/usr]/lib/systemd/system is scanned.
Each unit is converted using utrans(1).
If <OUTPUT_DIR> is specified, generated files are saved there. Otherwise, the files are considered for installation beneath /etc using sudo(8) and ucf(1) to preserve user modifications. However, installation of the whole unit is skipped if
utrans-rc also checks previously generated and installed files for changes in their source units. If any modified units are found they are re-translated. If the source units have been removed, the generated files are disabled and removed (if unmodified).
BSD-2-Clause License <https://opensource.org/licenses/BSD-2-Clause>
Copyright (c) 2023-2024, Mark Hindley
Mark Hindley <mark@hindley.org.uk>
| 2024-09-09 | Version 0.7 |