spark/roles/mail/files/mailsync.service
Pig Monkey d0154ca5c3 remove mailsync boot delay
This isn't needed when we can just specify that the service runs after
network.target.
2016-01-14 19:53:12 -08:00

10 lines
193 B
Desktop File

[Unit]
Description=Mailbox synchronization service for user %I
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/mailsync
User=%i
StandardOutput=syslog
StandardError=syslog