bugfix: Systemd unit now waits for network and filesystem #495 (#514)

This commit is contained in:
James Read 2025-02-18 15:17:56 -08:00 committed by GitHub
parent 906b6c5783
commit 2cf538bab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
[Unit]
Description=OliveTin
Requires=network-online.target
After=network-online.target
Requires=local-fs.target
After=local-fs.target
[Service]
ExecStart=/usr/local/bin/OliveTin
Restart=always