Skip to content

Commit 9cc2927

Browse files
committed
Add transmission-gtk.service.
1 parent ab7cdeb commit 9cc2927

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## HEAD
4+
5+
- Add transmission-gtk.service.
6+
37
## 1.1.1
48

59
- Ensure some units start after xresources.

user/transmission-gtk.service

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=Transmission GTK
3+
Documentation=man:transmission-gtk(1)
4+
After=display-server.target
5+
6+
[Service]
7+
ExecStart=/usr/bin/transmission-gtk --minimized
8+
9+
[Install]
10+
WantedBy=display-server.target

0 commit comments

Comments
 (0)