9 lines
137 B
Text
9 lines
137 B
Text
[Unit]
|
|
Description=Control Your Player
|
|
|
|
[Service]
|
|
WorkingDirectory=$PWD
|
|
ExecStart=/usr/bin/env node .
|
|
|
|
[Install]
|
|
WantedBy=default.target
|