Skip to content
Snippets Groups Projects
Commit 9037a70e authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Merge branch 'daqd-cap-sys-nice' into 'master'

systemd: set CAP_SYS_NICE for daqd service

Closes #84

See merge request cds/advligorts!94
parents 35b49f36 51c84360
No related branches found
No related tags found
1 merge request!94systemd: set CAP_SYS_NICE for daqd service
......@@ -4,6 +4,8 @@ After=network-online.target
[Service]
User=advligorts
CapabilityBoundingSet=CAP_SYS_NICE
AmbientCapabilities=CAP_SYS_NICE
ExecStart=/usr/bin/daqd -c /etc/advligorts/daqdrc
Restart=always
......
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