File irker.service of Package irker
[Unit] Description=Start irkerd service After=network.target [Service] EnvironmentFile=-/etc/sysconfig/irker User=irker ExecStart=/usr/bin/irkerd -d ${DEBUG_LEVEL} -n ${IRKER_NICKNAME} -H ${IRKER_LISTENIP} ${IRKERD_OPTIONS} PrivateTmp=true [Install] WantedBy=multi-user.target