Skip to content

Commit 382fcc6

Browse files
author
root mskbuildhost2
committed
fix: service files should not be in NFS home
1 parent badc15a commit 382fcc6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
## Installation
22

3-
Symlinked `vm-balloon.py` to `/usr/local/sbin`, `vm-balloon.service` to `/etc/systemd/system` and `[email protected]` to `/etc/systemd`.
3+
- Checkout to /opt/libvirt-memballoon
4+
- Symlink `vm-balloon.service` to `/etc/systemd/system` and `[email protected]` to `/etc/systemd`.
5+
- systemctl daemon-reload
6+
- systemctl enable vm-balloon

vm-balloon.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Type=simple
88
Restart=always
99
RestartSec=1
1010
User=root
11-
ExecStart=/usr/local/sbin/vm-balloon.py
11+
ExecStart=/opt/libvirt-memballoon/vm-balloon.py
1212
LogNamespace=libvirt-balloon
1313

1414
[Install]

0 commit comments

Comments
 (0)