11f5a8e54b
Co-authored-by: Emelia Smith <ThisIsMissEm@users.noreply.github.com>
12 lines
367 B
Desktop File
12 lines
367 B
Desktop File
[Unit]
|
|
Description=mastodon-streaming
|
|
After=network.target
|
|
Wants=mastodon-streaming@4000.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/echo "mastodon-streaming exists only to collectively start and stop mastodon-streaming@ instances, shimming over the migration to templated mastodon-streaming systemd unit"
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|