mirror of
https://github.com/ben-grande/qusal.git
synced 2025-04-06 14:23:56 -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
@ -187,11 +187,15 @@ unexpected.
|
||||
|
||||
### Qube features
|
||||
|
||||
Control daemons using Qubes 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.
|
||||
If a project specific feature must be set to a qube, it must start with the
|
||||
prefix `x-qusal-`.
|
||||
|
||||
With the `service.` prefix, it is possible to control daemons using Qubes
|
||||
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:
|
||||
`rsync-server`, `syncthing-server`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user