Skip to content
Snippets Groups Projects
munge.service.j2 329 B
Newer Older
Trung Nguyen's avatar
Trung Nguyen committed
[Unit]
Description=MUNGE authentication service
Documentation=man:munged(8)
After=network.target
After=syslog.target
After=time-sync.target

[Service]
Type=forking
ExecStart={{ munge_dir }}/sbin/munged
PIDFile={{ munge_dir }}/var/run/munge/munged.pid
User=munge
Group=munge
Restart=on-abort

[Install]
WantedBy=multi-user.target