DokuWiki

It's better when it's simple

User Tools

Site Tools


teams:dokubot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
teams:dokubot [2013-08-04 13:01] – [Special commands] 2001:4dd0:ff00:809d:67d:7bff:fe34:5b30teams:dokubot [2015-05-21 02:36] – [Usage] andrwe
Line 35: Line 35:
 </code> </code>
  
-On the server of dokuwiki an [[#init-script]] exists:+On the server of dokuwiki [[#systemd-file]] exists:
 <code> <code>
 # start bot # start bot
-service irclog start+systemctl start irclog
 # stop bot # stop bot
-service irclog stop+systemctl stop irclog
 # restart bot # restart bot
-service irclog restart+systemctl restart irclog
 # reload bot # reload bot
-service irclog reload+systemctl reload irclog
 # checks running bot # checks running bot
-service irclog check+systemctl status irclog
 </code> </code>
  
teams/dokubot.txt · Last modified: 2015-05-21 02:38 by andrwe

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki