mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
11 lines
187 B
Desktop File
Executable File
11 lines
187 B
Desktop File
Executable File
[Unit]
|
|
Description=Comty_Development
|
|
|
|
[Service]
|
|
ExecStart=serve ./dist
|
|
Restart=always
|
|
User=root
|
|
WorkingDirectory=/ycore/development/comty-development
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |