diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-22 19:30:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 19:30:47 +0100 |
| commit | 74908bf3e70c134bc838c7db3ae8b5aa0938cd75 (patch) | |
| tree | f709f23a2e8228ceec8d9860fb26520e1ebd9794 /conf/mastodon-streaming.service | |
| parent | 248b717f373f3c82bdb19c33cf20980494608697 (diff) | |
| parent | 4338edbd1de311fc0cf2d17ca0a500d1790fab1a (diff) | |
| download | mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.gz mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.tar.bz2 mastodon_ynh-74908bf3e70c134bc838c7db3ae8b5aa0938cd75.zip | |
Merge pull request #249 from YunoHost-Apps/testing
Testing
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 94309c1..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_LOAD_NODE_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 |
