diff options
author | Cem Keylan <cem@ckyln.com> | 2020-02-07 17:21:02 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-02-07 17:21:02 +0300 |
commit | c416432b8cc934b768a19242b976c159f07a22a5 (patch) | |
tree | 0fb5415f896ea29506150dce09dad3bc68235d97 /core/minit/files/poweroff | |
parent | a61736ef89865187acf62c349c387cc9d1354af7 (diff) | |
download | repository-c416432b8cc934b768a19242b976c159f07a22a5.tar.gz |
minit: add new package at 0.1.0 to core
Diffstat (limited to 'core/minit/files/poweroff')
-rw-r--r-- | core/minit/files/poweroff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/minit/files/poweroff b/core/minit/files/poweroff new file mode 100644 index 00000000..69d8731e --- /dev/null +++ b/core/minit/files/poweroff @@ -0,0 +1,2 @@ +#!/bin/sh +/bin/kill -s USR1 1 |