diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 05:01:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 05:01:30 +0100 |
commit | 6699c857a20378e1fd2a33e3e306a96404e7f83d (patch) | |
tree | ae245755a171bf2ea788d89d36d709f25bc72439 /units/syslog.target | |
parent | db25d1d7655b1de4554942e49bc80a9b176ef8df (diff) |
units: we don't need to generate syslog.target with sed anymore
Diffstat (limited to 'units/syslog.target')
-rw-r--r-- | units/syslog.target | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/units/syslog.target b/units/syslog.target new file mode 100644 index 0000000000..d5410cf580 --- /dev/null +++ b/units/syslog.target @@ -0,0 +1,11 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +# See systemd.special(7) for details + +[Unit] +Description=Syslog |