Initial Commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
name: kadmind
|
||||
description: Kerberos 5 Administration Server
|
||||
type: background
|
||||
start_cmd: /usr/sbin/kadmind -nofork
|
||||
exit_method: kill
|
||||
restart: true
|
||||
@@ -0,0 +1,6 @@
|
||||
name: kpropd
|
||||
description: Kerberos 5 Propagation Server
|
||||
type: background
|
||||
start_cmd: /usr/sbin/kpropd -S
|
||||
exit_method: kill
|
||||
restart: true
|
||||
@@ -0,0 +1,6 @@
|
||||
name: krb5kdc
|
||||
description: Kerberos 5 KDC
|
||||
type: background
|
||||
start_cmd: /usr/sbin/krb5kdc -n
|
||||
exit_method: kill
|
||||
restart: true
|
||||
Reference in New Issue
Block a user