Ignores arch package files etc
This commit is contained in:
@@ -12,3 +12,5 @@ dist-newstyle/
|
|||||||
.pi/
|
.pi/
|
||||||
converge-relay/.go-cache/
|
converge-relay/.go-cache/
|
||||||
converge-relay/build/
|
converge-relay/build/
|
||||||
|
*.pkg.tar
|
||||||
|
pkg/
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ md5sums=(
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$startdir"
|
cd "$startdir"
|
||||||
|
echo "$startdir"
|
||||||
|
|
||||||
# Use pre-built binary if available (e.g. from scripts/build), otherwise build from source
|
# Use pre-built binary if available (e.g. from scripts/build), otherwise build from source
|
||||||
if [[ -x build/converge ]]; then
|
if [[ -x build/converge ]]; then
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ Wants=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=%h/.local/bin/converge --config %h/.config/converge/config.yaml
|
ExecStart=/usr/bin/converge --config %h/.config/converge/config.yaml
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
|||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
/work/personal/converge/converge.example.yaml
|
||||||
Symlink
+1
@@ -0,0 +1 @@
|
|||||||
|
/work/personal/converge/converge.service
|
||||||
Reference in New Issue
Block a user