packages/mastodon.target
Jean Lucas ac69ea2e27 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
2018-06-27 18:53:23 -04:00

8 lines
184 B
SYSTEMD

[Unit]
Description=Mastodon
Wants=mastodon-web.service mastodon-sidekiq.service mastodon-streaming.service
Wants=postgresql.service redis.service
[Install]
WantedBy=multi-user.target