mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
feat: add systemd service examples
This commit is contained in:
committed by
Rainer Killinger
parent
053a6ce23f
commit
c54aa25f34
7
systemd/stapps-unit-status-mail@.service
Normal file
7
systemd/stapps-unit-status-mail@.service
Normal file
@@ -0,0 +1,7 @@
|
||||
[Unit]
|
||||
Description=Unit Status Mailer Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/opt/stapps-compose/proxy/systemd/stapps-unit-status-mail.sh %I "Hostname: %H" "Machine ID: %m" "Boot ID: %b"
|
||||
Reference in New Issue
Block a user