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
9
services/systemd/.config/systemd/user/mbsync.service
Normal file
9
services/systemd/.config/systemd/user/mbsync.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Mailbox synchronization service
|
||||
Wants=network-online.target gpg-agent.socket
|
||||
After=network.target network-online.target dbus.socket gpg-agent.socket
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
# workaround to allow relative executable invocation (i.e. current users' home dir)
|
||||
ExecStart=/bin/bash -c '%h/.local/bin/sync-mail'
|
||||
Loading…
Add table
Add a link
Reference in a new issue