mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-05-06 21:51:13 +08:00
16 lines
283 B
Desktop File
16 lines
283 B
Desktop File
[Unit]
|
|
Description=MTranServer Service
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/path/to/mtranserver # 注意修改配置
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=default.target
|