systemd-simple-service
简单 systemd 服务
- simple.service
[Unit] Description=Service [Service] ExecStart=/path/to/exec Restart=always RestartSec=10s Type=simple TimeoutStartSec=10 TimeoutStopSec=15 WorkingDirectory=/path/to/dir User=nobody Group=nobody [Install] WantedBy=multi-user.target
systemd-simple-service.txt · 最后更改: 2021-11-02 09:50:51 由 三三