goutils

module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: GPL-3.0

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL