diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-21 21:13:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-21 21:13:23 +0100 |
| commit | 0bf67bb1f56306c96b17445f694e0957f3fbe87e (patch) | |
| tree | c05ad7ec6344257370cd931c3886f893b0586e6c /conf/mastodon-streaming.service | |
| parent | 3b99dc9aabc73c433dfdde7371a85a270ae0d69b (diff) | |
| parent | b88b24c2d1b878fe04d6495052c5e0ef266f9061 (diff) | |
| download | mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.gz mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.tar.bz2 mastodon_ynh-0bf67bb1f56306c96b17445f694e0957f3fbe87e.zip | |
Merge pull request #247 from YunoHost-Apps/fix-bundle
Fix bundle
Diffstat (limited to 'conf/mastodon-streaming.service')
| -rw-r--r-- | conf/mastodon-streaming.service | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/conf/mastodon-streaming.service b/conf/mastodon-streaming.service index dd9a605..673b7ae 100644 --- a/conf/mastodon-streaming.service +++ b/conf/mastodon-streaming.service @@ -1,19 +1,19 @@ [Unit] - Description=__APP__-streaming - After=network.target +Description=__APP__-streaming +After=network.target [Service] - Type=simple - User=__APP__ - WorkingDirectory=__FINALPATH__/live - Environment="NODE_ENV=production" - Environment="PORT=__PORT_STREAM__" - Environment="STREAMING_CLUSTER_NUM=1" - Environment="__YNH_NODE_LOAD_PATH__" - ExecStart=__YNH_NODE__ ./streaming - TimeoutSec=15 - Restart=always - StandardError=syslog +Type=simple +User=__APP__ +WorkingDirectory=__FINALPATH__/live +Environment="NODE_ENV=production" +Environment="PORT=__PORT_STREAM__" +Environment="STREAMING_CLUSTER_NUM=1" +Environment="__YNH_NODE_LOAD_PATH__" +ExecStart=__YNH_NODE__ ./streaming +TimeoutSec=15 +Restart=always +StandardError=syslog [Install] - WantedBy=multi-user.target +WantedBy=multi-user.target |
