Skip to content
Snippets Groups Projects
Commit 9d8f9c41 authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

systemd service file

parent 18e8ceb6
No related branches found
No related tags found
No related merge requests found
# tcps systemd service file
[Unit]
Description=Storage Ring bridge service for beamlines
After=sshd.service
[Install]
WantedBy=multi-user.target
[Service]
User=controls
Group=controls
KillMode=process
EnvironmentFile=/runtime/site/%H/etc/tcps.conf
ExecStart=/runtime/bin/TCPStwserver.py -f /runtime/site/%H/etc/bcs-%i.cfg
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment