mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +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 |