diff options
Diffstat (limited to 'logwatch-systemd/logwatch.service')
-rw-r--r-- | logwatch-systemd/logwatch.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/logwatch-systemd/logwatch.service b/logwatch-systemd/logwatch.service new file mode 100644 index 00000000..b1b59beb --- /dev/null +++ b/logwatch-systemd/logwatch.service @@ -0,0 +1,6 @@ +[Unit] +Description=Run logwatch + +[Service] +Type=oneshot +ExecStart=/usr/bin/logwatch |