Do not alter source service during build

Closes #31
This commit is contained in:
Greizgh
2021-04-17 18:15:19 +02:00
parent 22c1c3ce24
commit 92d02edd21
3 changed files with 2 additions and 0 deletions
-18
View File
@@ -1,18 +0,0 @@
[Unit]
Description=Bitwarden API server
After=network.target
[Service]
Type=simple
User=bitwarden
ExecStart=/usr/local/bin/bitwarden_rs
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict
WorkingDirectory=/etc/bitwarden_rs
ReadWriteDirectories=/var/lib/bitwarden_rs
EnvironmentFile=/etc/bitwarden_rs/config.env
[Install]
WantedBy=multi-user.target