source: branches/fc15-dev/server/common/oursrc/whoisd/scripts-whoisd.service

Last change on this file was 1965, checked in by achernya, 13 years ago
Init script (systemd unit) for Scripts Whois service
File size: 223 bytes
Line 
1[Unit]
2Description=Scripts whois Service
3After=syslog.target
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/twistd --nodaemon -l /var/log/scripts-whoisd.log -y /usr/local/libexec/whoisd.tac
8
9[Install]
10WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.