如下:
[Unit]
Description=My Example Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/my-service-executable
Restart=always
[Install]
WantedBy=default.target
如下:
[Unit]
Description=My Example Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/my-service-executable
Restart=always
[Install]
WantedBy=default.target
906
2203
3276
3381
6635

被折叠的 条评论
为什么被折叠?