diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-24 13:57:10 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-05-28 19:36:31 -0400 |
commit | 4e6ab2e4295ea6ba86a6ca85ae0af363973e9210 (patch) | |
tree | 9fc77c749dde0ef99bfa46af5b251932ffe1aaf7 /src | |
parent | 282a352dff49c13e185d826af2a248b55988bc32 (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/systemadm.appdata.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/systemadm.appdata.xml b/src/systemadm.appdata.xml new file mode 100644 index 00000000..03f4e272 --- /dev/null +++ b/src/systemadm.appdata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> --> +<application> + <id type="desktop">systemadm.desktop</id> + <licence>CC0</licence> + <description> + <p> + systemadm is the graphical browser for systemd units. It + can show the list of units, possibly filtered by type. + For individual units, name, description and dependencies + with other units will be shown. + </p> + + <p> + This tool has been largely obsoleted by the commandline + tools like systemctl and systemd-analyze. Bugs are likely + to be present. + </p> + </description> + <screenshots> + <screenshot type="default" width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-main-window.png</screenshot> + <screenshot width="1200" height="675">http://in.waw.pl/~zbyszek/systemd/systemadm-sockets-target.png</screenshot> + </screenshots> + <url type="homepage">http://www.freedesktop.org/wiki/Software/systemd/</url> + <updatecontact>zbyszek@in.waw.pl</updatecontact> +</application> |