Pipeline
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
---
|
||||
status: "4-Done"
|
||||
created: "2023-06-06T02:52:34.344Z"
|
||||
updated: "2023-07-27T18:05:52.738Z"
|
||||
type: "kanbn"
|
||||
---
|
||||
|
||||
# Create as Service
|
||||
@ -7,6 +11,7 @@
|
||||
sudo -i
|
||||
echo >/etc/systemd/system/barcode-host.service && nano /etc/systemd/system/barcode-host.service
|
||||
```
|
||||
|
||||
```conf
|
||||
[Unit]
|
||||
Description=Barcode Server
|
||||
@ -22,6 +27,7 @@ Environment=ASPNETCORE_ENVIRONMENT=Production
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
```bash
|
||||
systemctl daemon-reload
|
||||
systemctl enable barcode-host.service
|
||||
|
Reference in New Issue
Block a user