# WARNING: This file should not be used in place! # # Copy this file to a location outside of the SMRT Link installation, # replace %{SMRT_ROOT} and %{SMRT_USER}, make any other site specific # modifictions, and install as a systemd service. [Unit] Description=SMRT Link services After=nfs-client.target network.target autofs.service remote-fs.target multi-user.target [Service] User=%{SMRT_USER} Type=forking TimeoutSec=600 LimitNOFILE=8192 LimitNPROC=8192 ExecStart=%{SMRT_ROOT}/admin/bin/services-start ExecStop=%{SMRT_ROOT}/admin/bin/services-stop [Install] WantedBy=multi-user.target