このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
log2ram
ミラー元
https://github.com/azlux/log2ram.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
18
Wiki
アクティビティ
ソースを参照
Use env instead of /bin/sh
better for flexible shell
pull/49/head
azlux
6年前
親
e439c5ffdd
コミット
16ebd29848
4個のファイルの変更
、
6行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-2
install.sh
+1
-1
log2ram
+1
-1
log2ram.hourly
+2
-2
uninstall.sh
+ 2
- 2
install.sh
ファイルの表示
@@ -1,9 +1,9 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
[ -d /var/hdd.log ] && echo "ERROR: log2ram still installed. Uninstall first!"
[ -d /var/hdd.log ] && exit 1
if [ $(id -u) -eq 0 ]
if [
"
$(id -u)
"
-eq 0 ]
then
cp log2ram.service /etc/systemd/system/log2ram.service
chmod 644 /etc/systemd/system/log2ram.service
+ 1
- 1
log2ram
ファイルの表示
@@ -1,4 +1,4 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
. /etc/log2ram.conf
+ 1
- 1
log2ram.hourly
ファイルの表示
@@ -1,3 +1,3 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
systemctl reload log2ram
+ 2
- 2
uninstall.sh
ファイルの表示
@@ -1,6 +1,6 @@
#!/bin/sh
#!/
usr/
bin/
env
sh
if [ $(id -u) -eq 0 ]
if [
"
$(id -u)
"
-eq 0 ]
then
service log2ram stop
systemctl disable log2ram
書き込み
プレビュー
読み込み中…
キャンセル
保存