Skip to content

Commit

Permalink
Tweak systemd files
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
andrii-suse committed Aug 4, 2022
1 parent 7d35958 commit 278719a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/systemd/mirrorcache-hypnotoad.service
@@ -1,7 +1,7 @@
[Unit]
Description=MirrorCache webApp
Before=apache2.service
After=postgresql.service nss-lookup.target
After=postgresql.service mariadb.service nss-lookup.target

[Service]
User=mirrorcache
Expand Down
2 changes: 1 addition & 1 deletion dist/systemd/mirrorcache.service
@@ -1,7 +1,7 @@
[Unit]
Description=MirrorCache webApp
Before=apache2.service
After=postgresql.service nss-lookup.target
After=postgresql.service mariadb.service nss-lookup.target

[Service]
User=mirrorcache
Expand Down

0 comments on commit 278719a

Please sign in to comment.