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
.dotter
services/systemd
.config/systemd/user
dirmngr.servicedirmngr.socketgpg-agent-browser.socketgpg-agent-extra.socketgpg-agent-ssh.socketgpg-agent.servicegpg-agent.socketmbsync.servicembsync.timer
sockets.target.wants
timers.target.wants
.local/share/services
|
@ -64,6 +64,8 @@ office = "~"
|
|||
|
||||
[services.files]
|
||||
"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 = "~"
|
||||
|
||||
[social.files]
|
||||
|
|
Loading…
Reference in a new issue