Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
8d45c62c
Commit
8d45c62c
authored
Oct 08, 2016
by
Evgeni Golov
Committed by
Stéphane Graber
Oct 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add Documentation entries to lxc and lxc@ units
Signed-off-by:
Evgeni Golov
<
evgeni@debian.org
>
parent
ac920ef6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lxc.service.in
config/init/systemd/lxc.service.in
+1
-0
lxc@.service.in
config/init/systemd/lxc@.service.in
+1
-0
No files found.
config/init/systemd/lxc.service.in
View file @
8d45c62c
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
Description=LXC Container Initialization and Autoboot Code
Description=LXC Container Initialization and Autoboot Code
After=network.target lxc-net.service
After=network.target lxc-net.service
Wants=lxc-net.service
Wants=lxc-net.service
Documentation=man:lxc-autostart man:lxc
[Service]
[Service]
Type=oneshot
Type=oneshot
...
...
config/init/systemd/lxc@.service.in
View file @
8d45c62c
...
@@ -3,6 +3,7 @@ Description=LXC Container: %i
...
@@ -3,6 +3,7 @@ Description=LXC Container: %i
# This pulls in apparmor, dev-setup, lxc-net
# This pulls in apparmor, dev-setup, lxc-net
After=lxc.service
After=lxc.service
Wants=lxc.service
Wants=lxc.service
Documentation=man:lxc-start man:lxc
[Service]
[Service]
Type=simple
Type=simple
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment