/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-01-25 00:02:51 UTC
  • Revision ID: teddy@recompile.se-20150125000251-j2bw50gfq9smqyxe
mandos.xml (SEE ALSO): Update links.

Update link to GnuPG home page, change reference from TLS 1.1 to TLS
1.2, and change to latest RFC for using OpenPGP keys with TLS (and use
its correct title).

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
#BusName=se.recompile.Mandos
10
11
# If you add --no-dbus, also comment out BusName above, and vice versa
11
12
ExecStart=/usr/sbin/mandos --foreground
12
13
Restart=always