This commit is contained in:
Mike Nolan 2024-03-12 23:43:34 -05:00
parent a803127e23
commit ca4d453813
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
[Unit]
Description=RegisterEmail
After=network.target auditd.service
[Service]
WorkingDirectory=/opt/RegisterEmail
ExecStart=/opt/RegisterEmail/RegisterEmail
KillMode=process
Restart=on-failure
RestartPreventExitStatus=255
Type=simple
[Install]
WantedBy=multi-user.target
Alias=createemail

View File

@ -1,5 +1,5 @@
/* /*
RegisterEmail A webservice for selfhosted email servers to make it easy registering Emails (And optionally Enabling SSH) RegisterEmail - A webservice for selfhosted email servers to make it easy registering Emails (And optionally Enabling SSH)
Copyright (C) 2024 Mike Nolan Copyright (C) 2024 Mike Nolan
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify