/mandos/release

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

« back to all changes in this revision

Viewing changes to mandos.service

  • Committer: Teddy Hogeborn
  • Date: 2015-07-06 20:14:45 UTC
  • mto: (237.7.594 trunk)
  • mto: This revision was merged to the branch mainline in revision 325.
  • 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
9
 
BusName=se.recompile.Mandos
10
 
# If you add --no-dbus, also comment out BusName above, and vice versa
 
10
## Can't set the D-Bus name since we aren't Type=dbus
 
11
#BusName=se.recompile.Mandos
11
12
ExecStart=/usr/sbin/mandos --foreground
12
13
Restart=always
13
 
KillMode=process
 
14
KillMode=mixed
14
15
## Using socket activation won't work either, because systemd always
15
16
## does bind() on the socket, and also won't announce the ZeroConf
16
17
## service.