documentation/content/en
Karissa McKelvey 35b4d2d280
fix: systemctl enable mastodon-* does not always work (#794)
root@ubuntu:~# systemctl enable mastodon-*
Failed to enable unit: Unit file mastodon-\x2a.service does not exist.
root@ubuntu:~# systemctl enable mastodon-web mastodon-sidekiq mastodon-streaming
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-web.service → /etc/systemd/system/mastodon-web.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-sidekiq.service → /etc/systemd/system/mastodon-sidekiq.service.
Created symlink /etc/systemd/system/multi-user.target.wants/mastodon-streaming.service → /etc/systemd/system/mastodon-streaming.service.
2020-07-15 17:56:37 +02:00
..
admin fix: systemctl enable mastodon-* does not always work (#794) 2020-07-15 17:56:37 +02:00
api Add information about rate limits 2020-03-05 22:33:10 +01:00
client Change json.dumps to json.loads (#774) 2020-06-20 14:01:35 +02:00
dev Update overview.md (#780) 2020-06-20 13:56:56 +02:00
entities user notes and custom thumbnails (#792) 2020-07-10 12:28:00 +02:00
methods user notes and custom thumbnails (#792) 2020-07-10 12:28:00 +02:00
spec user notes and custom thumbnails (#792) 2020-07-10 12:28:00 +02:00
user Add chinese translation (#772) 2020-05-20 20:54:12 +02:00
_index.md Add chinese translation (#772) 2020-05-20 20:54:12 +02:00