Files
epics-base/iocLogServer.service
2019-12-05 08:46:03 +00:00

17 lines
362 B
Desktop File

[Unit]
Description=Log recorder daemon for EPICS IOCS
Requires=network.target
After=network.target
[Service]
Environment=EPICS_IOC_LOG_FILE_NAME=/var/log/epics/epics.log
Environment=EPICS_IOC_LOG_FILE_LIMIT=100000000
Environment=EPICS_IOC_LOG_PORT=6500
ExecStart=/usr/bin/iocLogServer
Restart=always
User=epics
Group=epics
[Install]
WantedBy=multi-user.target