We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7cdeb commit 9cc2927Copy full SHA for 9cc2927
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## HEAD
4
+
5
+- Add transmission-gtk.service.
6
7
## 1.1.1
8
9
- Ensure some units start after xresources.
user/transmission-gtk.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Transmission GTK
+Documentation=man:transmission-gtk(1)
+After=display-server.target
+[Service]
+ExecStart=/usr/bin/transmission-gtk --minimized
+[Install]
10
+WantedBy=display-server.target
0 commit comments