7092874729
I've added straightforward systemd unit files in system/socket-activation/ that make use of this approach, and a README.md in the same location that describes the tradeoffs.
12 lines
248 B
Desktop File
12 lines
248 B
Desktop File
[Unit]
|
|
Description=DKIMpy Milter
|
|
Documentation=man:dkimpy-milter(8) man:dkimpy-milter.conf(5)
|
|
Requires=dkimpy-milter.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/dkimpy-milter /etc/dkimpy-milter.conf
|
|
User=dkimpy-milter
|
|
|
|
[Install]
|
|
Also=dkimpy-milter.socket
|