Bug#734161: systemd service files

2014-01-04 Thread Dirk Heinrichs
I once wrote systemd service files for the KDC and Admin Server for Exherbo. Maybe they can be used as a starting point. -- Dirk Heinrichs dirk.heinri...@altum.de Tel: +49 (0)2471 209385 | Mobil: +49 (0)176 34473913 GPG Public Key C2E467BB | Jabber: dirk.heinri...@altum.de [Unit]

Bug#734161: systemd service files

2014-01-04 Thread Russ Allbery
Dirk Heinrichs dirk.heinri...@altum.de writes: I once wrote systemd service files for the KDC and Admin Server for Exherbo. Maybe they can be used as a starting point. Some comments on these, since I've been spending a bunch of time looking at systemd lately for some reason. [Unit]

Bug#734161: systemd service files

2014-01-04 Thread Russ Allbery
Russ Allbery r...@debian.org writes: In Debian: PIDFile=/var/run/krb5-kdc.pid EnvironmentFile=/etc/default/krb5-kdc ExecStart=/usr/sbin/krb5kdc -P /var/run/krb5-kdc.pid $KDC_ARGS This should be: ExecStart=/usr/sbin/krb5kdc -P /var/run/krb5-kdc.pid $DAEMON_ARGS Sorry, cut and paste error.