1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[Unit] Description=Openfire XMPP Server After=network.target [Service] Type=simple User=openfire Group=openfire PrivateTmp=true EnvironmentFile=/etc/conf.d/openfire ExecStart=/usr/bin/openfire $OPENFIRE_OPTS SuccessExitStatus=143 SIGKILL [Install] WantedBy=multi-user.target