Unverified Commit 5f2ed0c0 by Christian Brauner Committed by GitHub

Merge pull request #3346 from stgraber/master

systemd: Add Documentation key
parents 955ec68d 9409ea35
[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 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment