Skip to content
Snippets Groups Projects
Commit c67ad3c6 authored by Vladimir Bahyl's avatar Vladimir Bahyl
Browse files

Adding cta-taped.service for the systemd

parent ab1cbc37
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=CERN Tape Archive (CTA) tape server daemon
After=syslog.target network-online.target
[Service]
EnvironmentFile=-/etc/sysconfig/cta-taped
ExecStart=/usr/bin/cta-taped ${CTA_TAPED_OPTIONS}
Type=forking
Restart=no
[Install]
WantedBy=default.target
......@@ -3,7 +3,7 @@
# -h display help and exit
# -c config file location (cta.conf)
#
#CTA_TAPED_OPTIONS=
#CTA_TAPED_OPTIONS="--config=/etc/cta/cta.conf"
# Environment variables to configue the libXrdCl.so linked with cta-taped
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment