Skip to content
Snippets Groups Projects
Commit a00f0116 authored by rswindell's avatar rswindell
Browse files

Use wildcards in setcap command so that non-x64 or non-release builds of

sbbs have their capabilities set correctly with this setup.
parent c822242c
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ Environment=SBBSROOT=/sbbs SBBSCTRL=/sbbs/ctrl
User=sbbs
Group=sbbs
PermissionsStartOnly=true
ExecStartPre=/sbin/setcap 'cap_net_bind_service=+ep' /sbbs/src/sbbs3/gcc.linux.x64.exe.release/sbbs
ExecStartPre=/sbin/setcap 'cap_net_bind_service=+ep' /sbbs/src/sbbs3/gcc.linux.*.exe.*/sbbs
ExecStart=/sbbs/exec/sbbs d
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
......
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