summarylogtreecommitdiffstats
path: root/mastodon.target
diff options
context:
space:
mode:
authorJean Lucas2018-06-27 13:36:43 -0400
committerJean Lucas2018-06-27 18:53:23 -0400
commitac69ea2e27f6acde3459745d0c94c5c73bf6f10c (patch)
tree8d9670560804e5426cf4df6b7d7b7eebd9ebc3d5 /mastodon.target
parent58ece810822b5f06415b36f724cfa732f0abad0c (diff)
downloadaur-ac69ea2e27f6acde3459745d0c94c5c73bf6f10c.tar.gz
Tidy up install
- Move Mastodon setup out of PKGBUILD - Set Mastodon user creation to have a shell - Add PostgreSQL to systemd unit wants - Update install notes - Add sudo as optdepend
Diffstat (limited to 'mastodon.target')
-rw-r--r--mastodon.target3
1 files changed, 2 insertions, 1 deletions
diff --git a/mastodon.target b/mastodon.target
index 6c5017e6ae27..755f49ca1fa3 100644
--- a/mastodon.target
+++ b/mastodon.target
@@ -1,6 +1,7 @@
[Unit]
Description=Mastodon
-Wants=mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service redis.service
+Wants=mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service
+Wants=postgresql.service redis.service
[Install]
WantedBy=multi-user.target