Skip to content

Commit

Permalink
Bug 1859323 - set WorkingDirectory for generic-worker simple engine
Browse files Browse the repository at this point in the history
worker runner expects to run from a directory it can write to.
  • Loading branch information
jcristau committed Apr 4, 2024
1 parent 0efc2e3 commit cf1889e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ExecStart=/usr/local/bin/start-worker /etc/start-worker.yml
StandardOutput=syslog+console
StandardError=syslog+console
User=ubuntu
WorkingDirectory=~
[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit cf1889e

Please sign in to comment.