mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
make dbus available to mailsync service
This may be needed if imap/smtp passwords are stored in gnome-keyring or somesuch.
This commit is contained in:
parent
50e5c72d74
commit
8a807a336c
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
- mailsync
|
||||
|
||||
- name: Push mailsync service file
|
||||
copy: src=mailsync.service dest=/etc/systemd/system/mailsync@.service
|
||||
template: src=mailsync.service.j2 dest=/etc/systemd/system/mailsync@.service
|
||||
tags:
|
||||
- mailsync
|
||||
notify:
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ ExecStart=/usr/local/bin/mailsync
|
|||
User=%i
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/{{ user.uid }}/bus
|
||||
Loading…
Add table
Add a link
Reference in a new issue