ShadowEditor/scripts/service_linux/shadoweditor.service
2020-05-10 15:38:58 +08:00

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