-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #978 from dgw/963-contrib
contrib: rename & edit willie out of contrib
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
This folder contains willie.service and willie.cfg designed to be distributed by 3rd party distrubtions such as Fedora Project or Arch Linux. | ||
This folder contains sopel.service and sopel.cfg designed to be distributed by 3rd party distrubtions such as Fedora Project or Arch Linux. | ||
|
||
willie.cfg is a default configuration file for willie, that assumes the OS is new enough to have /run and /usr/lib/tmpfiles.d | ||
sopel.cfg is a default configuration file for sopel, that assumes the OS is new enough to have /run and /usr/lib/tmpfiles.d | ||
|
||
willie.service is a systemd service file that assumes you are using a rather recent Willie and has no multiple instance support (TODO). It also assumes that the system has a special user named willie designated for running the bot and this user has access to /run/willie (should be setup by willie.conf in /usr/lib/tmpfiles.d), /var/log/willie and /var/lib/willie | ||
sopel.service is a systemd service file that assumes you are using a rather recent Willie and has no multiple instance support (TODO). It also assumes that the system has a special user named sopel designated for running the bot and this user has access to /run/sopel (should be setup by sopel.conf in /usr/lib/tmpfiles.d), /var/log/sopel and /var/lib/sopel | ||
|
||
Default installation paths: | ||
willie.cfg /etc | ||
willie.conf /usr/lib/tmpfiles.d | ||
willie.service /usr/lib/systemd/system | ||
sopel.cfg /etc | ||
sopel.conf /usr/lib/tmpfiles.d | ||
sopel.service /usr/lib/systemd/system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
#Default willie configuration file for Fedora | ||
#Default sopel configuration file for Fedora | ||
#For information related to possible configuration values see | ||
# https://github.com/embolalia/willie/wiki/Core-configuration-settings | ||
# https://github.com/embolalia/willie/wiki/Module-Configuration | ||
# https://github.com/sopel-irc/sopel/wiki/Core-configuration-settings | ||
# https://github.com/sopel-irc/sopel/wiki/Module-Configuration | ||
# | ||
#IMPORTANT NOTE! | ||
#You must delete the not_configured line in order for the bot to work, | ||
# otherwise it will refuse to start. | ||
[core] | ||
nick=willie | ||
nick=sopel | ||
not_configured=True | ||
host=chat.freenode.net | ||
port=6697 | ||
use_ssl=True | ||
verify_ssl=True | ||
owner= | ||
logdir=/var/log/willie | ||
pid_dir=/run/willie | ||
homedir=/var/lib/willie | ||
logdir=/var/log/sopel | ||
pid_dir=/run/sopel | ||
homedir=/var/lib/sopel | ||
|
||
[db] | ||
userdb_type='sqlite' | ||
userdb_file='/var/lib/willie/user.db | ||
userdb_file='/var/lib/sopel/user.db | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Sopel temporary directory setup | ||
d /run/sopel 0755 sopel sopel - |
This file was deleted.
Oops, something went wrong.