Delete 7 more MYVAR=myval declarations

This commit is contained in:
ykisialiou 2018-04-19 18:03:36 +03:00
parent 774cdef493
commit 0c80ba95a4
7 changed files with 0 additions and 7 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/{{ username }}/chain-explorer WorkingDirectory=/home/{{ username }}/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/{{ username }}/eth-netstats WorkingDirectory=/home/{{ username }}/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/{{ username }}/eth-net-intelligence-api WorkingDirectory=/home/{{ username }}/eth-net-intelligence-api
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/{{ username }}/eth-netstats WorkingDirectory=/home/{{ username }}/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/{{ username }}/eth-net-intelligence-api WorkingDirectory=/home/{{ username }}/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/{{ username }} WorkingDirectory=/home/{{ username }}
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/{{ username }} WorkingDirectory=/home/{{ username }}
ExecStart=/usr/bin/pm2 ping ExecStart=/usr/bin/pm2 ping
[Install] [Install]