mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
14 lines
337 B
Desktop File
14 lines
337 B
Desktop File
[Unit]
|
|
Description=agent to connect with monitor core
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=max
|
|
WorkingDirectory=/home/max
|
|
ExecStart=/bin/bash --login -c 'source /home/max/.bashrc; $HOME/.cargo/bin/periphery --config-path ~/.monitor/periphery.config.toml --home-dir $HOME'
|
|
TimeoutStartSec=0
|
|
|
|
[Install]
|
|
WantedBy=default.target
|