12 lines
160 B
Desktop File
12 lines
160 B
Desktop File
[Unit]
|
|
Description=pixled
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=pixled -n 180 -d 2
|
|
Restart=always
|
|
User=root
|
|
Group=root
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |