-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc6df2c
commit 753a131
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
src/Certify.Server/Certify.Server.Core/Certify.Server.Core/certify-core.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Unit] | ||
Description=Certify Core Service | ||
|
||
[Service] | ||
Type=notify | ||
ExecStart=/usr/sbin/certifytheweb | ||
WorkingDirectory=/opt/certifytheweb | ||
Restart=always | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
11 changes: 11 additions & 0 deletions
11
src/Certify.Server/Certify.Server.Hub.Api/certify-api.service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Unit] | ||
Description=Certify Management Hub API Service | ||
|
||
[Service] | ||
Type=notify | ||
ExecStart=/usr/sbin/certifytheweb | ||
WorkingDirectory=/opt/certifytheweb | ||
Restart=always | ||
|
||
[Install] | ||
WantedBy=multi-user.target |