Merge branch 'master' into dev

This commit is contained in:
Arsenii Petrovich 2018-04-20 15:14:22 +03:00 committed by GitHub
commit fb9232ae2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 8 deletions

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/chain-explorer WorkingDirectory={{ home }}/chain-explorer
ExecStart=/usr/bin/pm2 startOrRestart app.json ExecStart=/usr/bin/pm2 startOrRestart app.json
[Install] [Install]

View File

@ -4,7 +4,6 @@ After=network.target
[Service] [Service]
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/eth-netstats WorkingDirectory={{ home }}/eth-netstats
Restart=always Restart=always
ExecStart=/usr/bin/npm start ExecStart=/usr/bin/npm start

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/eth-net-intelligence-api WorkingDirectory={{ home }}/eth-net-intelligence-api
ExecStart=/usr/bin/pm2 startOrRestart app.json ExecStart=/usr/bin/pm2 startOrRestart app.json
[Install] [Install]

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/chain-explorer WorkingDirectory={{ home }}/chain-explorer
ExecStart=/usr/bin/pm2 startOrRestart app.json ExecStart=/usr/bin/pm2 startOrRestart app.json
[Install] [Install]

View File

@ -4,7 +4,6 @@ After=network.target
[Service] [Service]
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/eth-netstats WorkingDirectory={{ home }}/eth-netstats
Restart=always Restart=always
ExecStart=/usr/bin/npm start ExecStart=/usr/bin/npm start

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }}/eth-net-intelligence-api WorkingDirectory={{ home }}/eth-net-intelligence-api
ExecStart=/usr/bin/pm2 startOrRestart app.json ExecStart=/usr/bin/pm2 startOrRestart app.json
[Install] [Install]

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }} WorkingDirectory={{ home }}
ExecStart=/usr/bin/pm2 ping ExecStart=/usr/bin/pm2 ping
[Install] [Install]

View File

@ -6,7 +6,6 @@ Type=oneshot
RemainAfterExit=true RemainAfterExit=true
User={{ username }} User={{ username }}
Group={{ username }} Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory={{ home }} WorkingDirectory={{ home }}
ExecStart=/usr/bin/pm2 ping ExecStart=/usr/bin/pm2 ping
[Install] [Install]