cyp/misc/cyp.service.template

10 lines
137 B
Plaintext
Raw Normal View History

2019-04-23 18:31:01 +08:00
[Unit]
Description=Control Your Player
[Service]
WorkingDirectory=$PWD
2019-04-26 16:57:06 +08:00
ExecStart=/usr/bin/env node .
2019-04-23 18:31:01 +08:00
[Install]
2019-04-25 20:43:07 +08:00
WantedBy=default.target