Fix title-casing for service descriptions

This commit is contained in:
Alex Palaistras 2021-08-28 12:51:11 +01:00
parent e971bb11cc
commit 132c804089
22 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Description=Container build for %I
Description=Container Build for %I
Wants=network-online.target container-environment@%i.service container-network@internal.service container-build@%i.path
After=network-online.target container-environment@%i.service container-network@internal.service
ConditionPathExists=%E/coreos-home-server/%i/Containerfile

View File

@ -1,5 +1,5 @@
[Unit]
Description=Container environment for %I
Description=Container Environment for %I
ConditionPathExists=%E/coreos-home-server/host.env
ConditionPathExists=%E/coreos-home-server/%i/%i.env.template

View File

@ -1,5 +1,5 @@
[Unit]
Description=Container network for %I
Description=Container Network for %I
Wants=network-online.target
After=network-online.target
ConditionPathExists=!/etc/cni/net.d/%i.conflist

View File

@ -1,5 +1,5 @@
[Unit]
Description=Backup for container volume %I
Description=Backup for Container Volume %I
[Service]
Type=oneshot

View File

@ -1,5 +1,5 @@
[Unit]
Description=Scheduled backup for container volume %i
Description=Scheduled Backup for Container Volume %i
[Timer]
OnCalendar=00/12:30

View File

@ -1,5 +1,5 @@
[Unit]
Description=Restore from backup for container volume %I
Description=Restore from Backup for Container Volume %I
ConditionFileNotEmpty=%S/backups/coreos-home-server/%i/%i-latest.tar.gz
[Service]

View File

@ -1,5 +1,5 @@
[Unit]
Description=Container volume for %I
Description=Container Volume for %I
Wants=container-volume-restore@%i.service container-volume-backup@%i.timer
After=container-volume-restore@%i.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Biboumi IRC gateway for XMPP
Description=Biboumi IRC Gateway for XMPP
Wants=container-build@%N.service container-volume@%N.service prosody.service
After=container-build@%N.service container-volume@%N.service prosody.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Initialize Dovecot POP3/IMAP server
Description=Initialize Dovecot POP3/IMAP Server
Wants=mariadb-migrate@dovecot.service dovecot.service
After=mariadb-migrate@dovecot.service
Before=dovecot.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Dovecot POP3/IMAP server
Description=Dovecot POP3/IMAP Server
Wants=container-build@%N.service container-volume@%N.service mariadb.service rspamd.service
After=container-build@%N.service container-volume@%N.service mariadb.service rspamd.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Git SSH authentication via ed25519 key %I
Description=Git SSH Authentication via ed25519 Key %I
Wants=git.service
After=git.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Git SSH authentication via key for Github user %I
Description=Git SSH Authentication via Key for Github User %I
Wants=git.service
After=git.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Git server over SSH
Description=Git Server
Wants=container-build@%N.service container-volume@%N.service
After=container-build@%N.service container-volume@%N.service
@ -8,8 +8,8 @@ Type=notify
NotifyAccess=all
Restart=on-failure
Environment=PODMAN_SYSTEMD_UNIT=%n
ExecStart=/bin/podman run --replace --pull never --net internal --name %N \
--sdnotify=conmon --cap-add AUDIT_WRITE \
ExecStart=/bin/podman run --replace --pull never --net internal --name %N --sdnotify=conmon \
--cap-add AUDIT_WRITE \
--publish 468:22 \
--volume %N:/var/lib/git:z \
--volume %N-ssh:/etc/ssh/keys:z \

View File

@ -1,5 +1,5 @@
[Unit]
Description=MariaDB SQL migration for %I
Description=MariaDB SQL Migration for %I
Wants=container-environment@%i.service mariadb.service
After=container-environment@%i.service mariadb.service
ConditionPathExists=%E/coreos-home-server/%i/service/%p.sql

View File

@ -1,5 +1,5 @@
[Unit]
Description=NGINX HTTP/S proxy for %I
Description=NGINX HTTP/S Proxy for %I
Wants=nginx.service %i.service
After=nginx.service %i.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=NGINX PHP web service for %I
Description=NGINX PHP Web Service for %I
Wants=container-build@%i.service container-volume@%i.service nginx.service nginx-proxy-http@%i.service
After=container-build@%i.service container-volume@%i.service nginx.service
Before=nginx-proxy-http@%i.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=NGINX static web service for %I
Description=NGINX Static Web Service for %I
Wants=container-build@%i.service nginx.service nginx-proxy-http@%i.service
After=container-build@%i.service nginx.service
Before=nginx-proxy-http@%i.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=NGINX web server
Description=NGINX Web Server
Wants=container-build@%N.service
After=container-build@%N.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Initialize Prosody XMPP server
Description=Initialize Prosody XMPP Server
Wants=mariadb-migrate@prosody.service prosody.service
After=mariadb-migrate@prosody.service
Before=prosody.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Radicale CalDAV and CardDAV server
Description=Radicale CalDAV and CardDAV Server
Wants=container-build@%N.service container-volume@%N.service dovecot.service
After=container-build@%N.service container-volume@%N.service dovecot.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=DKIM key for %I
Description=DKIM Key for %I
Wants=rspamd.service
After=rspamd.service

View File

@ -1,5 +1,5 @@
[Unit]
Description=Rspamd spam filtering system
Description=RSpamd Spam Filtering System
Wants=container-build@%N.service container-volume@%N.service redis.service
After=container-build@%N.service container-volume@%N.service redis.service