services: Disable systemd service linking
I have not used (most) of these services in a long time. This makes the unlinking more official. Also paves the way for setting up simple runit-managed user services.
This commit is contained in:
parent
1568ca0534
commit
aca7b60855
18 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ office = "~"
|
||||||
|
|
||||||
[services.files]
|
[services.files]
|
||||||
"services/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
"services/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
||||||
|
# FIXME: Disabling existing systemd services for the moment
|
||||||
|
"services/systemd" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
||||||
services = "~"
|
services = "~"
|
||||||
|
|
||||||
[social.files]
|
[social.files]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue