Mastodonは、distディレクトリに #systemd 用serviceファイルが付属しているのだけど、Mastodon.Tokyoでは`mastodon-streaming@4000.service`の`ExecStart=/usr/bin/node ./streaming`を`ExecStart=/home/mastodon/.nodenv/shims/node ./streaming`に変更している。
これをsystemdのドロップインで「上書き」できれば、`/etc/systemd/system/mastodon-streaming@.service`を書き換える必要がなくなってうれしいのだけど、残念ながら`Type=oneshot`でない`Type=simple`などでは「上書き」ではなく`ExecStart`が2行あるとみなされてしまうようで、「ぐぬぬ」という気持ちになっている。