mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
refactor project structure
This commit is contained in:
13
core/start-tunneld.service
Normal file
13
core/start-tunneld.service
Normal file
@@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=StartTunnel
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=RUST_LOG=startos=debug,patch_db=warn
|
||||
ExecStart=/usr/bin/start-tunneld
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
ManagedOOMPreference=avoid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user