Skip to content

Commit 438bcc6

Browse files
committed
Add missing command to systemd timer example
Run import then improve at each cycle. Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a975194 commit 438bcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/misc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is an example::
1717

1818
[Service]
1919
Type=oneshot
20-
ExecStart=/path/to/venv/bin/python /path/to/vulnerablecode/manage.py import --all
20+
ExecStart=/path/to/venv/bin/python /path/to/vulnerablecode/manage.py import --all && /path/to/venv/bin/python /path/to/vulnerablecode/manage.py improve --all
2121

2222
$ cat ~/.config/systemd/user/vulnerablecode.timer
2323

0 commit comments

Comments
 (0)