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
User={{ username }}
Group={{ username }}
Environment=MYVAR=myval
WorkingDirectory=/home/{{ username }}/chain-explorer
ExecStart=/usr/bin/pm2 startOrRestart app.json
[Install]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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