yap/.vscode/settings.json
Nick Huber 662ad04fbd Use a simple type with Restart=on-failure to be more resllient
The 'start-all' had to be moved to an ExecStartPre so that the service
can detect a failure, since anything in ExecStart will be considered a
success due to RemainAfterExit=True. See
https://github.com/systemd/systemd/issues/3396 for more details.

DEV-2457
2019-06-21 11:37:49 -07:00

3 lines
39 B
JSON

{
"restructuredtext.confPath": ""
}