This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
paul-synchro/systemd/wcs_deployed.service

13 lines
232 B
Desktop File

[Unit]
Description=POC w.c.s. form service
After=network.target
[Service]
User=root
Group=root
WorkingDirectory=/home/pmarillonnet/devel/wcs
ExecStart=/home/pmarillonnet/devel/wcs/wcsctl.py start
[Install]
WantedBy=default.target