diff options
author | Nakaya <32014963+eniehack@users.noreply.github.com> | 2022-03-10 00:51:18 +0900 |
---|---|---|
committer | omar-polo <op@omarpolo.com> | 2022-03-09 17:33:33 +0100 |
commit | bff125b842605c0b73616d9a75354a7d1e4115cb (patch) | |
tree | b87f9c46c4c6cd5ffb72b2e8866c9b8a00fa8d92 /contrib | |
parent | 12fcba2f80034356e75d73380d22012fd72476a8 (diff) |
add systemd-sysusers' config file
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/README | 4 | ||||
-rw-r--r-- | contrib/gmid.sysusers | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 94aa4d7..d24e541 100644 --- a/contrib/README +++ b/contrib/README @@ -17,6 +17,10 @@ gmid.service Simple systemd service file. +gmid.sysusers + + Sample systemd-sysusers' config file. + renew-certs Flexible script meant to be run in a cronjob to watch for cert diff --git a/contrib/gmid.sysusers b/contrib/gmid.sysusers new file mode 100644 index 0000000..fb0a758 --- /dev/null +++ b/contrib/gmid.sysusers @@ -0,0 +1 @@ +u gmid - "gmid Gemini server" - -
\ No newline at end of file |