/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: 2015-07-06 20:14:45 UTC
  • Revision ID: teddy@recompile.se-20150706201445-kq3o6qozigmiqsp9
plugin-runner.xml (EXAMPLE): Use the /usr/lib/<arch> directory.
                             Also explain used options in order.

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)
3
4
 
4
5
[Service]
5
6
Type=simple
6
7
## Type=dbus is not appropriate, because Mandos also needs to announce
7
8
## its ZeroConf service and be reachable on the network.
8
9
#Type=dbus
 
10
## Can't set the D-Bus name since we aren't Type=dbus
9
11
#BusName=se.recompile.Mandos
10
12
ExecStart=/usr/sbin/mandos --foreground
11
13
Restart=always
12
 
KillMode=process
 
14
KillMode=mixed
13
15
## Using socket activation won't work either, because systemd always
14
16
## does bind() on the socket, and also won't announce the ZeroConf
15
17
## service.