mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
openhab
This commit is contained in:
parent
b0d668d91c
commit
b938f5ae02
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@ in
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d ${volumePath}/openhab openhab"
|
"d ${volumePath}/openhab"
|
||||||
"d ${volumePath}/openhab/conf openhab"
|
"d ${volumePath}/openhab/conf"
|
||||||
"d ${volumePath}/openhab/userdata openhab"
|
"d ${volumePath}/openhab/userdata"
|
||||||
"d ${volumePath}/openhab/addons openhab"
|
"d ${volumePath}/openhab/addons"
|
||||||
];
|
];
|
||||||
###########
|
###########
|
||||||
# Service #
|
# Service #
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue