diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:31:55 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-17 01:31:55 +0300 |
commit | 8bb4fc9a7a319624a4f1943b8a4d8a02a9eac8b1 (patch) | |
tree | acdd3433e0e11b075610f13296ef12c6961ee4ba /core/sysmgr | |
parent | ae8c01f67e78545f1f0c5033c3bc39a9534b1dbb (diff) | |
download | repository-8bb4fc9a7a319624a4f1943b8a4d8a02a9eac8b1.tar.gz |
sysmgr: add meta file
Diffstat (limited to 'core/sysmgr')
-rw-r--r-- | core/sysmgr/meta | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/sysmgr/meta b/core/sysmgr/meta new file mode 100644 index 00000000..05ab9815 --- /dev/null +++ b/core/sysmgr/meta @@ -0,0 +1,3 @@ +description: simplistic service supervision daemon +license: MIT +maintainer: Cem Keylan <cem@ckyln.com> |