Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
ec3c53ff
Commit
ec3c53ff
authored
3 years ago
by
Tigran Mkrtchyan
Browse files
Options
Downloads
Patches
Plain Diff
cta-dcache: add simple man page
parent
02cfd56c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cta-dcache/CMakeLists.txt
+2
-1
2 additions, 1 deletion
cta-dcache/CMakeLists.txt
cta-dcache/cta-dcache.1cta
+54
-0
54 additions, 0 deletions
cta-dcache/cta-dcache.1cta
cta.spec.in
+1
-0
1 addition, 0 deletions
cta.spec.in
with
57 additions
and
1 deletion
cta-dcache/CMakeLists.txt
+
2
−
1
View file @
ec3c53ff
...
...
@@ -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
This diff is collapsed.
Click to expand it.
cta-dcache/cta-dcache.1cta
0 → 100644
+
54
−
0
View file @
ec3c53ff
.\" @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
.B /etc/cta/cta-catalogue.conf
The CTA catalog configuration file.
.SH AUTHOR
\fBCTA\fP Team
This diff is collapsed.
Click to expand it.
cta.spec.in
+
1
−
0
View file @
ec3c53ff
...
...
@@ -191,6 +191,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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment