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