Compare commits

..

No commits in common. "8cabb029b36a7f399c8a55f4625bf400415fb7b4" and "df4ffd2d779af66c856ed031b86677891a215184" have entirely different histories.

2 changed files with 0 additions and 3 deletions

2
.envrc
View file

@ -2,8 +2,6 @@
python3 -m venv .venv
source ./.venv/bin/activate
PATH_add .venv/bin
python3 -m pip install --upgrade pip
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
export EXPERIMENTAL_UPLOAD_VIA_CAT=1

View file

@ -31,7 +31,6 @@ def systemd(metadata):
'User': config.get('user', 'root'),
'ExecStart': config['command'],
'Environment': config.get('env'),
'Nice': config.get('nice', 10),
},
},
})