SystemdHelpers.IsSystemdService 方法

定义

检查当前进程是否作为 systemd 服务进行托管。

public:
 static bool IsSystemdService();
public static bool IsSystemdService ();
static member IsSystemdService : unit -> bool
Public Shared Function IsSystemdService () As Boolean

返回

如果当前进程是作为 systemd 服务进行托管,则为 true;否则为 false

适用于