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]
|
[Unit]
|
||||||
Description=Offlineimap Service (oneshot)
|
Description=Offlineimap Service (oneshot)
|
||||||
|
Documentation=man:offlineimap(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Offlineimap Service for account %i (oneshot)
|
Description=Offlineimap Service for account %i (oneshot)
|
||||||
|
Documentation=man:offlineimap(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Offlineimap Service
|
Description=Offlineimap Service
|
||||||
|
Documentation=man:offlineimap(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/offlineimap -u syslog
|
ExecStart=/usr/bin/offlineimap -u syslog
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Offlineimap Service for account %i
|
Description=Offlineimap Service for account %i
|
||||||
|
Documentation=man:offlineimap(1)
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/offlineimap -a %i -u syslog
|
ExecStart=/usr/bin/offlineimap -a %i -u syslog
|
||||||
|
Loading…
Reference in New Issue
Block a user