Skip to content

Commit

Permalink
Merge pull request #265 from Rico29/patch-1
Browse files Browse the repository at this point in the history
lxdui systemd file
  • Loading branch information
vhajdari authored Jan 21, 2019
2 parents 270eda9 + 79ff1f7 commit 668a11a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lxdui.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Web UI for the native Linux container technology LXD/LXC
After=network.target snapd.service
Requires=snapd.service

[Service]
Type=simple
PIDFile=/run/lxdui/lxdui.pid
ExecStart=/usr/local/bin/lxdui start
ExecStop=/usr/local/bin/lxdui stop

[Install]
WantedBy=multi-user.target

0 comments on commit 668a11a

Please sign in to comment.