Commit

Author:

Hash:

Timestamp:

+12 -0 +/-2 browse

Kevin Schoon [me@kevinschoon.com]

60b77b0106302c0ce66e97633b7776051d07d925

Thu, 11 Jan 2024 16:11:17 +0000 (1.5 years ago)

add systemd sockets
1diff --git a/contrib/systemd/system/ayllu-mail.socket b/contrib/systemd/system/ayllu-mail.socket
2new file mode 100644
3index 0000000..9111e41
4--- /dev/null
5+++ b/contrib/systemd/system/ayllu-mail.socket
6 @@ -0,0 +1,6 @@
7+ [Unit]
8+ Description=Ayllu Hyper Performant Code Forge (Mail Server Plugin)
9+
10+ [Socket]
11+ SocketUser=ayllu
12+ ListenSequentialPacket=/var/run/ayllu/mail.socket
13 diff --git a/contrib/systemd/system/ayllu.socket b/contrib/systemd/system/ayllu.socket
14new file mode 100644
15index 0000000..d243425
16--- /dev/null
17+++ b/contrib/systemd/system/ayllu.socket
18 @@ -0,0 +1,6 @@
19+ [Unit]
20+ Description=Ayllu Hyper Performant Code Forge
21+
22+ [Socket]
23+ SocketUser=ayllu
24+ ListenSequentialPacket=/var/run/ayllu/ayllu.socket