Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seafile-7.1_ubuntu, seafile-8.0_ubuntu: added systemd seafile and seahub serv… #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snaiffer
Copy link

@snaiffer snaiffer commented Mar 4, 2021

…ices; bug fix; improved dialog with user, added settings; config saving; checked on Ubuntu 20.04

…ice for systemd; bug fix; improved dialog with user, added settings; config saving; checked on Ubuntu 20.04
DEBIAN_FRONTEND=noninteractive apt-get install -y mariadb-server
service mysql start
DEBIAN_FRONTEND=noninteractive apt-get install -y mariadb-server
service mysql start

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
service mysql start
systemctl start mariadb

but that is already done when the package is installed.

Comment on lines +306 to +307
After=mysql.service
Requires=mysql.service

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
After=mysql.service
Requires=mysql.service
After=mariadb.service
Requires=mariadb.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants