/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release
237.7.186 by Teddy Hogeborn
Add systemd service support for Mandos server.
1
[Unit]
2
Description=Server of encrypted passwords to Mandos clients
237.7.282 by Teddy Hogeborn
* mandos.service ([Unit]/Documentation): New.
3
Documentation=man:intro(8mandos) man:mandos(8)
237.7.186 by Teddy Hogeborn
Add systemd service support for Mandos server.
4
5
[Service]
237.7.309 by Teddy Hogeborn
mandos.service: Use Type=dbus (implicitly).
6
BusName=se.recompile.Mandos
237.7.186 by Teddy Hogeborn
Add systemd service support for Mandos server.
7
ExecStart=/usr/sbin/mandos --foreground
8
Restart=always
237.7.305 by Teddy Hogeborn
mandos.service ([Service]/KillMode): Changed to "mixed".
9
KillMode=mixed
237.7.309 by Teddy Hogeborn
mandos.service: Use Type=dbus (implicitly).
10
## Using socket activation won't work, because systemd always does
11
## bind() on the socket, and also won't announce the ZeroConf service.
237.7.186 by Teddy Hogeborn
Add systemd service support for Mandos server.
12
#ExecStart=/usr/sbin/mandos --foreground --socket=0
13
#StandardInput=socket
14
15
[Install]
16
WantedBy=multi-user.target