cf1b9672f4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
273 B
Desktop File
16 lines
273 B
Desktop File
[Unit]
|
|
Description=Personal Internet Cell
|
|
After=docker.service
|
|
Requires=docker.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
WorkingDirectory=/opt/pic
|
|
ExecStart=/usr/bin/make start
|
|
ExecStop=/usr/bin/make stop
|
|
TimeoutStartSec=120
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|