systemd: add documentation entry in configuration files
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
f9960f9293
commit
f3b9963a48
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Offlineimap Service (oneshot)
|
||||
Documentation=man:offlineimap(1)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Offlineimap Service for account %i (oneshot)
|
||||
Documentation=man:offlineimap(1)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Offlineimap Service
|
||||
Documentation=man:offlineimap(1)
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/offlineimap -u syslog
|
||||
|
@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=Offlineimap Service for account %i
|
||||
Documentation=man:offlineimap(1)
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/offlineimap -a %i -u syslog
|
||||
|
Loading…
Reference in New Issue
Block a user