Add ocid.service
Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
78438e0ec6
commit
72b192c4cf
3 changed files with 28 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -92,8 +92,12 @@ install:
|
|||
install -m 644 $(wildcard docs/*.8.md) $(PREFIX)/share/man/man8
|
||||
install -d $(PREFIX)/share/man/man5
|
||||
install -m 644 $(wildcard docs/*.5.md) $(PREFIX)/share/man/man5
|
||||
install -D -m 644 ocid.service $(PREFIX)/lib/systemd/system
|
||||
|
||||
uninstall:
|
||||
systemctl stop ocid.service
|
||||
systemctl disable ocid.service
|
||||
rm -f $(PREFIX)/lib/systemd/system/ocid.service
|
||||
rm -f ${INSTALLDIR}/{ocid,ocic}
|
||||
rm -f $(PREFIX)/libexec/ocid/{conmon,pause}
|
||||
for i in $(wildcard docs/*.8.md); do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue