Skip to content

Commit 61ecf57

Browse files
committed
Add note about "linger"
1 parent a387a41 commit 61ecf57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/production.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ You should then be able to enable the Sidekiq service:
227227
systemctl --user daemon-reload
228228
systemctl --user enable sidekiq.service
229229

230+
If this doesn't work, you may need to first enable "linger" on the `tess` user, as a sudoer:
231+
232+
sudo loginctl enable-linger tess
233+
230234
You can then start/stop/restart Sidekiq using the following:
231235

232236
systemctl --user {start,stop,restart} sidekiq

0 commit comments

Comments
 (0)