aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/dapp-fg-nextcloud.service
blob: 7f175fd3c471e615014479989d4bf795b26a4637 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run the Nextcloud desktop application
After=graphical-session.target
Requires=graphical-session.target

[Service]
Type=exec
ExecStart=nextcloud

[Install]
WantedBy=graphical-session.target