1[Unit] 2Description=ip address pool allocator 3Requires=rpcbind.service 4After=rpcbind.service 5 6[Service] 7Type=simple 8# Start ippoold in the foreground! 9ExecStart=@SBINDIR@/ippoold -f 10# Normal output will go to syslog, so suppress stdout. 11StandardOutput=null 12# ExecStop is not needed. systemd will send SIGTERM 13# and ippoold will exit status 1. 14SuccessExitStatus=1 15 16[Install] 17WantedBy=multi-user.target 18 19