# 个人工具集 **Repository Path**: jpdmd/goutils ## Basic Information - **Project Name**: 个人工具集 - **Description**: 个人使用的go的小工具 - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-08 - **Last Updated**: 2024-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人使用的GO小工具集 ## /etc/systemd/system/myservice.serivce ``` [Unit] Description=my service description After=network.target [Service] Type=forking PIDFile=/run/myserivce.pid ExecStartPre=/usr/bin/rm -f /run/myservice.pid ExecStart=/path/to/my/app -flag Restart=always [Install] WantedBy=multi-user.target ```