Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
restart systemd-modules-load.service if config changes modules or modprobe #76
Conversation
|
This requires an integration test. But we still have problems to solve before we can run a suite with a different gadget snap. Can you please write the test in a file called integration-tests/manual-tests.md ? |
|
LGTM |
chipaca
added some commits
Nov 12, 2015
added a commit
that referenced
this pull request
Nov 12, 2015
chipaca
merged commit 835c5b6
into
snapcore:master
Nov 12, 2015
chipaca
deleted the
chipaca:fix-1514890
branch
Dec 8, 2015
added a commit
to zyga/snapd
that referenced
this pull request
Nov 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chipaca commentedNov 10, 2015
This means adding a module will have effect immediately instead of needing to wait until reboot. Especially important for modules set via oem config.
This is might be in theory thought of as part of the same "restart services on config change" thing we still need to do, but as this is not a service in the snappy sense, the code is quite different.
This fixes lp:1514890.