Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
911edf0d
Commit
911edf0d
authored
Oct 29, 2021
by
Tigran Mkrtchyan
☕
Browse files
cta-dcache: add simple man page
parent
70038f29
Pipeline
#13801
failed with stages
in 25 minutes and 54 seconds
Changes
3
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
cta-dcache/CMakeLists.txt
View file @
911edf0d
...
...
@@ -60,4 +60,5 @@ set_property(TARGET cta-dcache APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
install
(
TARGETS cta-dcache DESTINATION usr/bin
)
install
(
FILES cta-dcache.service DESTINATION etc/systemd/system
)
install
(
FILES cta-dcache.sysconfig DESTINATION /etc/sysconfig RENAME cta-dcache
)
\ No newline at end of file
install
(
FILES cta-dcache.sysconfig DESTINATION /etc/sysconfig RENAME cta-dcache
)
install
(
FILES cta-dcache.1cta DESTINATION /usr/share/man/man1
)
\ No newline at end of file
cta-dcache/cta-dcache.1cta
0 → 100644
View file @
911edf0d
.\" @project The CERN Tape Archive (CTA)
.\" @copyright Copyright(C) 2021 DESY
.\" @license This program is free software: you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation, either version 3 of the License, or
.\" (at your option) any later version.
.\"
.\" This program is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
.TH CTA-DCACHE "1cta" "$Date: 2021/10/29 14:09:00 $" CTA "CTA"
.SH NAME
cta-dcache \- CTA frontend for dCache integration
.SH SYNOPSIS
.BI "cta-dcache [OPTIONS]"
.SH DESCRIPTION
\fBcta-dcache\fP is the daemon process providing integration with
dCache storage system.
.P
.SH OPTIONS
.TP
\fB\-p, \-\-port <port>
TCP port used to accept connections from dCache
.TP
\fB\-h, \-\-help
Prints the usage message.
.TP
\fB\-n, \-\-log\-header
Include timestamp and host name into the log messages.
.TP
\fB\-s, \-\-no\-log\-header
Don't include timestamp and host name into the log messages, default behaviour.
.TP
\fB\-v, \-\-version
Print the version number and exit.
.SH FILES
.TP
.B /etc/cta/cta.conf
The CTA configuration file.
.TP
.SH AUTHOR
\fBCTA\fP Team
cta.spec.in
View file @
911edf0d
...
...
@@ -192,6 +192,7 @@ dCache frontend
%attr(0755,root,root) %{_bindir}/cta-dcache
%attr(0644,root,root) /etc/systemd/system/cta-dcache.service
%attr(0644,root,root) /etc/sysconfig/cta-dcache
%attr(0644,root,root) %doc /usr/share/man/man1/cta-dcache.1cta.gz
%post -n cta-dcache
%systemd_post cta-dcache.service
...
...
Write
Preview
Supports
Markdown
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