View Issue Details

IDProjectCategoryView StatusLast Update
0005929Talerdeployment and operationspublic2019-12-20 19:11
ReporterFlorian Dold Assigned Tonikita  
PriorityhighSeverityfeatureReproducibilityN/A
Status closedResolutionreopened 
Product Versiongit (master) 
Target Version0.6Fixed in Version0.6 
Summary0005929: have a reliable way to start BB workers and master
DescriptionCurrently we start them manually. This means, though, that after a restart, these services will be down.

Maybe systemd user units are appropriate for this? We want to avoid needing to be "root" for administering these services.
TagsNo tags attached.

Activities

nikita

2019-10-15 13:36

reporter   ~0015015

system user files sounds good enough, I'll explore if this works or apply another solution.

nikita

2019-10-16 10:26

reporter   ~0015016

Last edited: 2019-10-16 16:46

Correction, for the record (and notes for myself): unless my information is too old, systemd user units only exist as long as a session of that user exists (and only start to exist once the user logs in). We want https://www.freedesktop.org/software/systemd/man/loginctl.html for that. user units + loginctl are what could get the job done.



- we also have to check if we need to add XDG_RUNTIME_DIR=/run/user/$UID to the environment before next reboot

Florian Dold

2019-10-16 14:35

manager   ~0015017

You can configure systemd so that user units linger!

See here https://wiki.archlinux.org/index.php/systemd/User (search under the keyword linger).

Issue History

Date Modified Username Field Change
2019-10-15 09:03 Florian Dold New Issue
2019-10-15 09:03 Florian Dold Status new => assigned
2019-10-15 09:03 Florian Dold Assigned To => nikita
2019-10-15 13:36 nikita Status assigned => acknowledged
2019-10-15 13:36 nikita Note Added: 0015015
2019-10-16 10:26 nikita Note Added: 0015016
2019-10-16 10:27 nikita Note Edited: 0015016
2019-10-16 14:35 Florian Dold Note Added: 0015017
2019-10-16 14:35 Florian Dold Status acknowledged => assigned
2019-10-16 15:35 nikita Status assigned => resolved
2019-10-16 15:35 nikita Resolution open => fixed
2019-10-16 15:36 nikita Status resolved => feedback
2019-10-16 15:36 nikita Resolution fixed => reopened
2019-10-16 16:46 nikita Note Edited: 0015016
2019-10-16 17:28 nikita Status feedback => resolved
2019-11-14 22:46 Christian Grothoff Product Version => git (master)
2019-11-14 22:46 Christian Grothoff Fixed in Version => 0.6
2019-11-14 22:46 Christian Grothoff Target Version => 0.6
2019-12-20 19:11 Christian Grothoff Status resolved => closed