10 lines
127 B
Text
10 lines
127 B
Text
|
[Unit]
|
||
|
Description=Control Your Player
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=$PWD
|
||
|
ExecStart=node .
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|