mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
mountlib: refactor before adding serve docker (#5415)
Co-authored-by: Ivan Andreev <ivandeex@gmail.com>
This commit is contained in:
committed by
Ivan Andreev
parent
aab29353d1
commit
221dfc3882
10
cmd/mountlib/sighup_unsupported.go
Normal file
10
cmd/mountlib/sighup_unsupported.go
Normal file
@ -0,0 +1,10 @@
|
||||
// +build plan9 js
|
||||
|
||||
package mountlib
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// NotifyOnSigHup makes SIGHUP notify given channel on supported systems
|
||||
func NotifyOnSigHup(sighupChan chan os.Signal) {}
|
Reference in New Issue
Block a user