Advertisement
Guest User

Untitled

a guest
May 25th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Description=Anope IRC Services
  2. Requires=network.target
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. PIDFile=/run/anope/anope.pid
  8. ExecStart=/usr/bin/services --confdir=/etc/anope --dbdir=/var/lib/anope --localedir=/usr/lib/anope/locales --logdir=/var/log/anope --modulesdir=/usr/lib/anope --nofork
  9. ExecReload=/bin/kill -1 $MAINPID
  10. User=anope
  11. Group=anope
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement