source: branches/fc17-dev/server/common/oursrc/whoisd/scripts-whoisd.service @ 2195

Last change on this file since 2195 was 2195, checked in by ezyang, 12 years ago
Merge changes from trunk.
File size: 268 bytes
Line 
1[Unit]
2Description=Scripts whois Service
3After=syslog.target dirsrv.service
4
5[Service]
6Type=simple
7ExecStart=/usr/bin/twistd --nodaemon -l /var/log/scripts-whoisd.log --pidfile /var/run/whoisd.pid -y /usr/local/libexec/whoisd.tac
8
9[Install]
10WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.