blob: 48b12ddf206277cc5f3f73ca260e64d96cf53ab1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Someblocks
Wants=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/someblocks
[Install]
WantedBy=default.target
|