bzr branch
http://bzr.recompile.se/loggerhead/mandos/trunk
638
by Teddy Hogeborn
Add systemd service support for Mandos server. |
1 |
[Unit]
|
2 |
Description=Server of encrypted passwords to Mandos clients |
|
734
by Teddy Hogeborn
* mandos.service ([Unit]/Documentation): New. |
3 |
Documentation=man:intro(8mandos) man:mandos(8) |
638
by Teddy Hogeborn
Add systemd service support for Mandos server. |
4 |
|
5 |
[Service]
|
|
761
by Teddy Hogeborn
mandos.service: Use Type=dbus (implicitly). |
6 |
BusName=se.recompile.Mandos |
638
by Teddy Hogeborn
Add systemd service support for Mandos server. |
7 |
ExecStart=/usr/sbin/mandos --foreground |
8 |
Restart=always |
|
757
by Teddy Hogeborn
mandos.service ([Service]/KillMode): Changed to "mixed". |
9 |
KillMode=mixed |
761
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.
|
|
638
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 |