-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.mfat.systemdpilot.metainfo.xml
More file actions
50 lines (45 loc) · 1.33 KB
/
io.github.mfat.systemdpilot.metainfo.xml
File metadata and controls
50 lines (45 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.mfat.systemdpilot</id>
<name>systemd Pilot</name>
<summary>systemd service manager </summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
systemd Pilot is a desktop application for managing systemd services on GNU/linux systems. Features:
</p>
<p>
List system and user services
</p>
<p>
Quicly deploy and run a systemd service
</p>
<p>
Start, Stop, Restart services, show status
</p>
<p>
Create override configuration for any unit file using the edit button
</p>
<p>
Easy search. Just start typing and the app will find relevant services
</p>
<p>
Lightweight and easy on system resources (just a single Python script)
</p>
<p>
Available as deb, rpm, flatpak and AppImage
</p>
<p>
Full integration into GNOME desktop (libadwaita)
</p>
<p>
</p>
</description>
<launchable type="desktop-id">io.github.mfat.systemdpilot.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mfat/systemd-pilot/main/screenshots/main.png</image>
</screenshot>
</screenshots>
</component>