Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
|
||||
[Unit]
|
||||
Description=Unit to execute a notification service for systemd logfiles
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/local/sbin/systemd-email.sh markus.pesch@cryptic.systems %i
|
||||
Reference in New Issue
Block a user