Doing this as a oneshot means that on switch-ing configuration, the service never "comes up" (as it gets stuck in the --wait). It's far better to just have a standard service that is restarted by a timer when it exits rather than a oneshot here...
packetmix/systems/teal/wiki.nix
packetmix/systems/teal/wiki.nix
This file has not been changed.
History
2 rounds
0 comments
freshlybakedca.ke
submitted
#1
1 commit
expand
collapse
fix(pm/wiki): correct service configuration
Doing this as a oneshot means that on switch-ing configuration, the
service never "comes up" (as it gets stuck in the --wait). It's far
better to just have a standard service that is restarted by a timer when
it exits rather than a oneshot here...
expand 0 comments
pull request successfully merged
freshlybakedca.ke
submitted
#0
1 commit
expand
collapse
fix(pm/wiki): correct service configuration
Doing this as a oneshot means that on switch-ing configuration, the
service never "comes up" (as it gets stuck in the --wait). It's far
better to just have a standard service that is restarted by a timer when
it exits rather than a oneshot here...