Skip to content
Snippets Groups Projects
Commit f895c289 authored by Steven Murray's avatar Steven Murray
Browse files

Removed cta-acsd.sysconfig

parent 5f70059b
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,6 @@ Tools to faciliate working with acsd in cta
#%attr(0644,root,root) %doc /usr/share/man/man1/cta-acsd.1cta.gz
%attr(0755,root,root) %{_bindir}/cta-acsd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-acsd.conf
%attr(0644,root,root) %config(noreplace) /etc/sysconfig/cta-acsd
%attr(0644,root,root) /etc/systemd/system/cta-acsd.service
%post -n cta-acsd
......
......@@ -47,7 +47,6 @@ set_property (TARGET cta-acsd APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
install (FILES cta-acsd.conf DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/cta)
install (TARGETS cta-acsd DESTINATION /usr/bin)
install (FILES cta-acsd.logrotate DESTINATION /etc/logrotate.d RENAME cta-acsd)
install (FILES cta-acsd.sysconfig DESTINATION /etc/sysconfig RENAME cta-acsd)
install (FILES cta-acsd.service DESTINATION /etc/systemd/system)
add_library (ctamediachangeracsdaemonunittests SHARED AcsdCmdLineTest.cpp AcsdCmdLine.cpp)
......
......@@ -3,8 +3,7 @@ Description=CERN Tape Archive (CTA) acsd daemon
After=syslog.target network-online.target
[Service]
EnvironmentFile=-/etc/sysconfig/cta-acsd
ExecStart=/usr/bin/cta-acsd ${CTA_ACSD_OPTIONS}
ExecStart=/usr/bin/cta-acsd
LimitCORE=infinity
Type=forking
Restart=no
......
# Arguments for the rmcd server daemon
# -smc_ldr is the picker device as defined in /dev.
# -f keep process in the foreground, do not fork.
#CTA_ACSD_OPTIONS="/dev/sg9"
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