mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2025-12-08 19:26:19 +00:00
9 lines
235 B
Desktop File
Executable File
9 lines
235 B
Desktop File
Executable File
[Unit]
|
|
Description=Shadow Editor Server
|
|
|
|
[Service]
|
|
ExecStart=/home/liteng/github/ShadowEditor/build/ShadowEditor serve --config config.toml
|
|
WorkingDirectory=/home/liteng/github/ShadowEditor/build
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |