mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-05 00:26:23 -07:00
Generate config.RandomSeed if one isn't provided in gochan.json Don't automatically fail if a board's path already exists, unless it isn't a directory Clean up SQL query strings with DBPREFIX replacer Separate the gochan.service file into separate files for each SQL DB type Enable the gochan.service in Vagrant and fix issue with it failing on restart fixes #19
10 lines
No EOL
163 B
Desktop File
10 lines
No EOL
163 B
Desktop File
[Unit]
|
|
Description=gochan Daemon
|
|
Wants=postgresql.service
|
|
After=postgresql.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/local/bin/gochan
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |