mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-07 05:32:21 -04:00
fix: document x-qusal feature
Fix: https://github.com/ben-grande/qusal/issues/109
This commit is contained in:
parent
2d832031d3
commit
12d6d69ff4
1 changed files with 9 additions and 5 deletions
|
@ -187,11 +187,15 @@ unexpected.
|
||||||
|
|
||||||
### Qube features
|
### Qube features
|
||||||
|
|
||||||
Control daemons using Qubes Services. It is much better to control services
|
If a project specific feature must be set to a qube, it must start with the
|
||||||
this way as we can declare during the creation of qubes instead of having to
|
prefix `x-qusal-`.
|
||||||
add a state to run a script during boot to unmask and start a specific
|
|
||||||
service. The method below is most of the times combined with `systemd.unit`
|
With the `service.` prefix, it is possible to control daemons using Qubes
|
||||||
`ConditionPathExists=` to enable the service conditionally.
|
Services. It is much better to control services this way as we can declare
|
||||||
|
during the creation of qubes instead of having to add a state to run a script
|
||||||
|
during boot to unmask and start a specific service. The method below is most
|
||||||
|
of the times combined with `systemd.unit` `ConditionPathExists=` to enable the
|
||||||
|
service conditionally.
|
||||||
|
|
||||||
* Server's service name must match the syntax: `service-server` (example:
|
* Server's service name must match the syntax: `service-server` (example:
|
||||||
`rsync-server`, `syncthing-server`);
|
`rsync-server`, `syncthing-server`);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue