Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
13 lines (11 sloc)
372 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=NextCloud Container Service | |
PartOf=nextcloud.service | |
After=nextcloud.service | |
After=ncnginx.service | |
[Service] | |
ExecStartPre=-/usr/bin/podman rm ncserver | |
ExecStart=/usr/bin/podman run --rm -v /disk/nextcloud:/var/www/html --net=container:ncnginx --name="ncserver" nextcloud:fpm | |
ExecStop=/usr/bin/podman stop ncserver | |
[Install] | |
WantedBy=nextcloud.service |