This repository has been archived on 2025-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotbare/.config/systemd/user/nextcloud.service
Tymur Arsentiev 7c12854b4d Librewolf sync
2025-04-30 22:56:49 -04:00

14 lines
206 B
Desktop File

[Unit]
Description=Nextcloud
Wants=graphical-session.target
StartLimitIntervalSec=3
StartLimitBurst=10
[Service]
TimeoutStartSec=1
ExecStart=nextcloud
Restart=on-failure
[Install]
WantedBy=default.target