File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ A simple application for license key verification written in Golang.
10
10
- copy ` etc/license-server.service ` file to ` /etc/systemd/system/license-server.service ` or your os
11
11
systemd service config directory
12
12
- Now enable service and start
13
- ``` bash
14
- systemctl enable license-server.service
15
- systemctl start license-server.service
16
- systemctl status license-server.service
17
- ```
13
+ ``` bash
14
+ systemctl enable license-server.service
15
+ systemctl start license-server.service
16
+ systemctl status license-server.service
17
+ ```
18
18
- Stop the server
19
- ` ` ` bash
20
- systemctl stop license-server.service
21
- ` ` `
19
+ ` ` ` bash
20
+ systemctl stop license-server.service
21
+ ` ` `
22
22
- use repo ` etc/license-server.conf` file and change your needs
23
23
- copy ` etc/license-server.conf` file to ` /etc/nginx/site-available` or your os
24
24
web server vhost config directory
@@ -78,4 +78,4 @@ current directory.
78
78
Send an e-mail to H.R. Shadhin via [[email protected] ](mailto:[email protected] )
79
79
80
80
# License
81
- [MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE)
81
+ [MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE)
You can’t perform that action at this time.
0 commit comments