feat: build input features
This commit is contained in:
11
pkg/scp/systemd/scp.service
Executable file
11
pkg/scp/systemd/scp.service
Executable file
@@ -0,0 +1,11 @@
|
||||
[Service]
|
||||
Type=idle
|
||||
WorkingDirectory=/usr/local/scp/bin
|
||||
ExecStart=/usr/local/scp/bin/scp > /dev/null 2>&1 &
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user