spark/roles/mail
Pig Monkey 759d83c55f run mailsync as a user service
When this role was created, Ansible did not support systemd user units,
so we setup mailsync as a system service and timer running as the user.
The only practical difference in moving to a user service is that the
user can control the service without sudo, but we might as well.

Existing users should first stop, disable, and remove the old system timer and
service:

    $ sudo systemctl stop mailsync@$USER.timer
    $ sudo systemctl disable mailsync@$USER.timer
    $ sudo rm /etc/systemd/system/mailsync@.*

If the system timer is present in the trusted unit file, remove it.
2018-04-03 19:12:47 -07:00
..
files take advantage of local profiles in /etc/firejail 2017-07-29 16:30:00 -07:00
handlers add handlers 2016-01-30 16:01:47 -08:00
meta jail gimp 2016-11-05 16:43:32 -07:00
tasks run mailsync as a user service 2018-04-03 19:12:47 -07:00
templates run mailsync as a user service 2018-04-03 19:12:47 -07:00