Init
This commit is contained in:
parent
a803127e23
commit
ca4d453813
|
@ -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
|
2
email.c
2
email.c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue