Skip to content

Commit e10f726

Browse files
committed
ground: organize go binaries
1 parent 5ebd276 commit e10f726

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
File renamed without changes.

Diff for: ground/main.go renamed to ground/cmd/gds/main.go

File renamed without changes.

Diff for: infra/etc/systemd/system/gds-img-serv.service

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[Unit]
2+
Description=Image serving
3+
After=syslog.target network-online.target radio.service
4+
5+
[Service]
6+
Type=simple
7+
User=root
8+
#EnvironmentFile=/etc/default/homebridge #Environment Variable for the service. This is a separate file creating below
9+
10+
ExecStart=/home/rhettg/go/bin/gds-img-serv
11+
Restart=always
12+
RestartSec=10
13+
KillMode=process
14+
15+
[Install]
16+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)