diff options
Diffstat (limited to 'core/modules/service.tr.en')
| -rw-r--r-- | core/modules/service.tr.en | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/modules/service.tr.en b/core/modules/service.tr.en new file mode 100644 index 0000000..87dc131 --- /dev/null +++ b/core/modules/service.tr.en @@ -0,0 +1,6 @@ +executing=🔧 [service] Executing '{state}' on service '{name}' at {host} +unsupported=❌ [service] State '{state}' not supported. Use start, stop, restart, enable or disable. +missing_ssh=❌ [service] ssh is not available. +ssh_ok=✅ [service] ssh is available. +missing_systemctl=⚠️ [service] systemctl is not available locally. Assuming it exists on the remote host. +systemctl_ok=✅ [service] systemctl is available locally. |
