mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
11 lines
187 B
SYSTEMD
11 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=mpv
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/mpv --idle=yes --input-ipc-server=/tmp/mpv.sock
|
||
|
Type=simple
|
||
|
#Environment=PULSE_SERVER=192.168.1.10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|