/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos.service

  • Committer: Teddy Hogeborn
  • Date: 2013-12-15 15:38:51 UTC
  • Revision ID: teddy@recompile.se-20131215153851-5bbt3r29ghrib9gn
Depend on avahi-daemon with Provides: "avahi-daemon"m or systemd-sysv.

* debian/control (mandos/Depends): Add "avahi-daemon (>= 0.6.31-3) |
                                   systemd-sysv".

Reported-by: Laurent Bigonville <bigon@debian.org>
Suggested-by: Laurent Bigonville <bigon@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Unit]
2
2
Description=Server of encrypted passwords to Mandos clients
3
 
Documentation=man:intro(8mandos) man:mandos(8)
4
3
 
5
4
[Service]
6
5
Type=simple
7
6
## Type=dbus is not appropriate, because Mandos also needs to announce
8
7
## its ZeroConf service and be reachable on the network.
9
8
#Type=dbus
10
 
## Can't set the D-Bus name since we aren't Type=dbus
11
9
#BusName=se.recompile.Mandos
12
10
ExecStart=/usr/sbin/mandos --foreground
13
11
Restart=always
14
 
KillMode=mixed
 
12
KillMode=process
15
13
## Using socket activation won't work either, because systemd always
16
14
## does bind() on the socket, and also won't announce the ZeroConf
17
15
## service.