sysmgr

a simplistic service supervisor (deprecated)
git clone git://git.ckyln.com/~cem/sysmgr.git
Log | Files | Refs | README | LICENSE

commit 0a5267086fffe892ae58d9d3351a9bc96e3f87c8
parent 663202d1c4f9fce0c01a04bf0be5857cd02ea8ec
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  7 Jul 2020 15:00:46 +0300

sysmgr: change banner

Diffstat:
Msysmgr | 27+++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)

diff --git a/sysmgr b/sysmgr @@ -1,19 +1,18 @@ #!/bin/sh -e -########################################################### -# A modular system-supervisor written in POSIX shell # -# written with Carbs Linux[1] and KISS Linux[2] in mind. # -# # -# [1]: https://carbslinux.org # -# [2]: https://k1ss.org # -# # -# Copyright (c) 2020 - Cem Keylan # -# Distributed under the terms of GNU GPLv3 # -# # -# Please report bugs to <cem at ckyln dot com> # -# or open an issue at # -# https://github.com/cemkeylan/sysmgr # -########################################################### +################################################################################ +# A modular system-supervisor written in POSIX shell written with # +# Carbs Linux[1] and KISS Linux[2] in mind. # +# # +# [1]: https://carbslinux.org # +# [2]: https://k1ss.org # +# # +# Copyright (c) 2020 - Cem Keylan # +# Distributed under the terms of GNU GPLv3 # +# # +# Please report bugs to <cem at ckyln dot com> or open an issue at # +# https://github.com/cemkeylan/sysmgr # +################################################################################ log() { printf '%s\n' "$@" ;}