mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
11 lines
184 B
Desktop File
11 lines
184 B
Desktop File
[Unit]
|
|
Description=Comty_Development
|
|
|
|
[Service]
|
|
ExecStart=npm start
|
|
Restart=always
|
|
User=root
|
|
WorkingDirectory=/ycore/development/comty-development
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |