diff options
author | Erich Eckner <git@eckner.net> | 2019-09-18 09:34:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-18 09:46:14 +0200 |
commit | c6fabbc2f28f6e89a111bc1803f4b48efeb38ac4 (patch) | |
tree | 1e17ee7f64e9a05385c82f2d314383aea246a43c /logwatch-systemd/logwatch.service | |
parent | 24081675cb9c2c473c94935d1670dbaaab05a9e2 (diff) | |
download | archlinuxewe.git.save-c6fabbc2f28f6e89a111bc1803f4b48efeb38ac4.tar.xz |
logwatch-systemd neu
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 |