diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:44:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 08:48:04 +0000 |
commit | 2e31f9f11c0a5eb314748cd08d5eb5882ad74e11 (patch) | |
tree | be520462735f2abb8a77890f2bb9c387e3afc0f7 /debian/ngtcp2-server.ngtcp2d.service | |
parent | Updating vcs fields. (diff) | |
download | ngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.tar.xz ngtcp2-2e31f9f11c0a5eb314748cd08d5eb5882ad74e11.zip |
Building without examples (ngtcp2-client and ngtcp2-server) with need newer gcc.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ngtcp2-server.ngtcp2d.service')
-rw-r--r-- | debian/ngtcp2-server.ngtcp2d.service | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/ngtcp2-server.ngtcp2d.service b/debian/ngtcp2-server.ngtcp2d.service deleted file mode 100644 index 8320ad9..0000000 --- a/debian/ngtcp2-server.ngtcp2d.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=ngtcp2 daemon -After=network.target - -[Service] -Type=simple -ExecStart=/usr/sbin/gtlsserver localhost 7777 /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/certs/ssl-cert-snakeoil.pem -WorkingDirectory=/usr/share/ngtcp2d/html -ExecReload=/bin/kill --signal HUP $MAINPID -KillSignal=SIGQUIT -PrivateTmp=yes -ProtectHome=yes -ProtectSystem=full -Restart=always - -[Install] -WantedBy=multi-user.target |