-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with setting as service #445
Comments
The error message seems to imply there is a problem with the line 21, the protect system one. I'd try to delete it to see if that helps. Maybe your system has an old systemd version that doesn't support that functionality? This is a bit of a guess, since I don't know a lot about systemd. |
I don't know about the But it still won't work because Another thing: as the binary seems to be in Edit: don't forget to |
I tried both of your recommendations, but I'm still having some issues. With this file:
I get this:
|
Just in case, I do have that file:
|
The NAMESPACE issue appeared to someone else too #363. A user recommended removing the sandboxing options, but we didn't get an answer if that worked or not. |
could you do I'm not familiar with RHEL but it seems like systemd was only patched, not upgraded since 2015 in RHEL 7. |
[root@preprod-bitwarden01 system]# systemctl status bitwarden_rs.service -l Mar 27 08:59:23 preprod-bitwarden01.prep.siif2 systemd[1]: Started Bitwarden Server (Rust Edition). |
I will try this and let you know |
I went to the config file but couldn't figure out which are this options. |
you can comment out |
Could you also post the output of |
[root@preprod-bitwarden01 ~]# systemctl --version |
It's working now!!! |
Seeing as this is solved, I'll close it now. Feel free to open another one if you have more problems. |
I'm trying to set bitwarden_rs as service with this .service file:
And I get this:
Any ideas?
The text was updated successfully, but these errors were encountered: