Compare commits
No commits in common. "8cabb029b36a7f399c8a55f4625bf400415fb7b4" and "df4ffd2d779af66c856ed031b86677891a215184" have entirely different histories.
8cabb029b3
...
df4ffd2d77
2 changed files with 0 additions and 3 deletions
2
.envrc
2
.envrc
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
python3 -m venv .venv
|
python3 -m venv .venv
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
PATH_add .venv/bin
|
|
||||||
python3 -m pip install --upgrade pip
|
|
||||||
|
|
||||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||||
|
|
|
@ -31,7 +31,6 @@ def systemd(metadata):
|
||||||
'User': config.get('user', 'root'),
|
'User': config.get('user', 'root'),
|
||||||
'ExecStart': config['command'],
|
'ExecStart': config['command'],
|
||||||
'Environment': config.get('env'),
|
'Environment': config.get('env'),
|
||||||
'Nice': config.get('nice', 10),
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue