Add timeout to systemd unit

This commit is contained in:
fnux 2020-01-24 12:46:42 +01:00
parent 71379ef7df
commit 063fa5f2af
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Before=network.target
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/uncloud-init
TimeoutSec=30s
[Install]
WantedBy=multi-user.target