ac69ea2e27
- 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
7 lines
184 B
SYSTEMD
7 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
|