mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-07 13:55:21 +00:00
feat: rename to yatm
This commit is contained in:
@@ -15,12 +15,12 @@ import (
|
||||
"github.com/improbable-eng/grpc-web/go/grpcweb"
|
||||
rotatelogs "github.com/lestrrat-go/file-rotatelogs"
|
||||
"github.com/rifflock/lfshook"
|
||||
"github.com/samuelncui/tapemanager/apis"
|
||||
"github.com/samuelncui/tapemanager/entity"
|
||||
"github.com/samuelncui/tapemanager/executor"
|
||||
"github.com/samuelncui/tapemanager/library"
|
||||
"github.com/samuelncui/tapemanager/resource"
|
||||
"github.com/samuelncui/tapemanager/tools"
|
||||
"github.com/samuelncui/yatm/apis"
|
||||
"github.com/samuelncui/yatm/entity"
|
||||
"github.com/samuelncui/yatm/executor"
|
||||
"github.com/samuelncui/yatm/library"
|
||||
"github.com/samuelncui/yatm/resource"
|
||||
"github.com/samuelncui/yatm/tools"
|
||||
"github.com/sirupsen/logrus"
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/codes"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=Tape Writer Service
|
||||
Documentation=https://github.com/samuelncui/tapemanager/
|
||||
Documentation=https://github.com/samuelncui/yatm/
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Type=simple
|
||||
WorkingDirectory=/opt/tapemanager
|
||||
ExecStart=/opt/tapemanager/httpd
|
||||
WorkingDirectory=/opt/yatm
|
||||
ExecStart=/opt/yatm/httpd
|
||||
Restart=always
|
||||
RestartSec=15
|
||||
StartLimitInterval=0
|
||||
|
||||
Reference in New Issue
Block a user