Replies: 1 comment
-
For anyone else who stumbles across this, the solution is: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the how to install as a service on Ubuntu. I can directly start rdtc using the command line
dotnet RdtClient.Web.dll
when inside the rdtc directory but only if I prefix it with the sudo. Further, when using the service definition it throws an attempt to write a read only database. Anyone have a tip to correct this? NOTE: I have changed to my user.`[Unit]
Description=RdtClient Service
[Service]
WorkingDirectory=/home//rdtc
ExecStart=/usr/bin/dotnet RdtClient.Web.dll
SyslogIdentifier=RdtClient
User=
[Install]
WantedBy=multi-user.target`
Beta Was this translation helpful? Give feedback.
All reactions