mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 19:29:15 +00:00
systemd: Add Documentation key
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
632dd634f9
commit
9409ea35a0
@ -1,6 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=LXC Container Monitoring Daemon
|
Description=LXC Container Monitoring Daemon
|
||||||
After=syslog.service network.target
|
After=syslog.service network.target
|
||||||
|
Documentation=man:lxc
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
Description=LXC network bridge setup
|
Description=LXC network bridge setup
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Before=lxc.service
|
Before=lxc.service
|
||||||
|
Documentation=man:lxc
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user