「Systemd」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
(建立内容为“{{Lowercase}} '''systemd'''是一個系統套件。 == 外部連結 == * {{Official|https://systemd.io/}} {{en}} Category:軟體”的新页面)
 
行 1: 行 1:
{{Lowercase}}
{{Lowercase}}
'''systemd'''是一個系統套件。
'''systemd'''是一個系統套件。
== 範例 ==
這是一個不完整的範例:
<syntaxhighlight lang="systemd">
#
[Unit]
Description=Description
After=remote-fs.target
[Service]
ExecStart=/usr/bin/spawn-fcgi
Restart=always
RestartSec=60
Type=simple
[Install]
WantedBy=multi-user.target
</syntaxhighlight>


== 外部連結 ==
== 外部連結 ==

於 2021年9月22日 (三) 19:12 的修訂

systemd是一個系統套件。

範例

這是一個不完整的範例:

#
[Unit]
Description=Description
After=remote-fs.target

[Service]
ExecStart=/usr/bin/spawn-fcgi
Restart=always
RestartSec=60
Type=simple

[Install]
WantedBy=multi-user.target

外部連結