Merge branch 'mathstuf-improve-systemd-units' into next
This commit is contained in:
commit
8d9ac45ab9
@ -3,7 +3,7 @@ Description=Offlineimap Service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/offlineimap -o
|
ExecStart=/usr/bin/offlineimap -o -s -u quiet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=mail.target
|
WantedBy=mail.target
|
||||||
|
@ -3,7 +3,7 @@ Description=Offlineimap Service for account %i
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/offlineimap -o -a %i
|
ExecStart=/usr/bin/offlineimap -o -a %i -s -u quiet
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=mail.target
|
WantedBy=mail.target
|
||||||
|
Loading…
Reference in New Issue
Block a user