/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-05-23 12:07:07 UTC
  • Revision ID: teddy@recompile.se-20150523120707-t5fq0brh2kxkvw8g
mandos: Some more minor changes to prepare for Python 3.

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
7
8
## its ZeroConf service and be reachable on the network.
8
9
#Type=dbus
9
10
#BusName=se.recompile.Mandos
 
11
# If you add --no-dbus, also comment out BusName above, and vice versa
10
12
ExecStart=/usr/sbin/mandos --foreground
11
13
Restart=always
12
14
KillMode=process