github.com/jstaf/onedriver@v0.14.2-0.20240420231225-f07678f9e6ef/pkg/resources/onedriver@.service (about)

     1  [Unit]
     2  Description=onedriver
     3  
     4  [Service]
     5  ExecStart=/usr/bin/onedriver %f
     6  ExecStopPost=/usr/bin/fusermount3 -uz /%I
     7  Restart=on-abnormal
     8  RestartSec=3
     9  RestartForceExitStatus=2
    10  
    11  [Install]
    12  WantedBy=default.target