Skip to content

Commit

Permalink
WIP: systemd configs
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Feb 4, 2025
1 parent cc6df2c commit 753a131
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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 src/Certify.Server/Certify.Server.Hub.Api/certify-api.service
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

0 comments on commit 753a131

Please sign in to comment.