mirror of
https://github.com/GeiserX/genieacs-services
synced 2026-04-21 07:47:16 +00:00
12 lines
No EOL
213 B
Desktop File
12 lines
No EOL
213 B
Desktop File
[Unit]
|
|
Description=GenieACS FS
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=genieacs
|
|
EnvironmentFile=/opt/genieacs/genieacs.env
|
|
ExecStart=/opt/genieacs/bin/genieacs-cwmp
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=default.target |