Skip to content

Commit

Permalink
Merge pull request #7983 from M0ses/start_mariadb_before_executing_se…
Browse files Browse the repository at this point in the history
…tup_appliance

[dist] start obsapisetup after mariadb
  • Loading branch information
hennevogel committed Jul 29, 2019
2 parents 10e6c64 + 6563517 commit 73318c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/systemd/obsapisetup.service
@@ -1,7 +1,7 @@
[Unit]
Description=OBS API Setup
Before=apache2.service
After=network-online.target
After=network-online.target mariadb.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 73318c1

Please sign in to comment.